API Reference

Estimate currency price as per the payment method, fiat currency, amount

Log in to see full request history
Body Params

Get price body

number

Amount in crypto currency. Although 'fiatAmount' and 'cryptoAmount' is not both required, but need to pass one of them.

number

Amount in fiat currency. Although 'fiatAmount' and 'cryptoAmount' is not both required, but need to pass one of them.

string
required

Crypto currency symbol. You can get the symbol from GET /crypto-currencies. Example: 'ETH', 'BTC', 'DAI'

string
required

Fiat currency symbol. You can get the symbol from GET /fiat-currencies. Example: 'INR', 'EUR', 'USD'

string
required

Is BUY or SELL order. Example: 'BUY', 'SELL'

string
required

CryptoCurrency network. This field is required if we are supporting multiple networks of the cryptocurrency. You can get the network name from GET /crypto-currencies. Example: 'mainnet', 'ethereum', 'bep2', 'matic'

string
required

Payment method. You can get the payment method id from GET /fiat-currencies. Example: 'upi', 'credit_debit_card', 'gbp_bank_transfer'

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json