Calculate Fiat to Crypto Amount

Calculates how much cryptocurrency corresponds to the specified fiat amount using real-time exchange rate data.

The response includes applied rates, data source, and timestamps. This endpoint is used for pricing and estimation purposes only and does not execute any transactions.

Calculate Fiat to Crypto Amount

POST https://api-processing.crypto-chief.com/v1/currencies/convert/fiat-crypto

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

provider

false

Exchange rate data source

from

true

Source fiat currency code

to

true

Target cryptocurrency ticker

amount

string

true

Amount in source currency

Response

{
    "amount_crypto": 64.16200526490317,
    "amount_fiat": 5000,
    "crypto": "USDT",
    "crypto_to_usdt": 1,
    "exchange": "any",
    "fiat": "INR",
    "fiat_to_usd": 0.012832401052980634,
    "timestamp_crypto": 1768826650,
    "timestamp_fiat": 1768826650
}

Last updated