Coin/Fiat Conversion
This endpoint can be used to cross-convert fiat and coin
POST {{BASE_URL}}/partner/collection/convert_coin_fiat/
Conversion Choices
Params for conversion_type fiat2coin or fiat2coin_collect
Params for conversion_type coin2fiat
Parameter
Type
Description
Required
conversion_type
string
Type of conversion that needs to be carried out. e.g coin2fiat
true
fiat_amount
string
Amount to be converted
false
to_currency
string
Currency code (ISO 4217)
false
coin_type
string
Cryptocurrency type
false
coin_amount
string
Cryptocurrency amount to be converted
false
Last updated