Coin Conversion

This endpoint can be used to convert one coin price to another

POST {{BASE_URL}}/partner/collection/convert_coin_to_coin/

Parameter
Type
Description
Required

from_coin_type

string

The coin you are giving out

true

to_coin_type

string

The coin you will be receiving

true

from_coin_amount

string

Coin amount you need to convert

true

{
  "from_coin_type":"btc",
  "from_coin_amount":"0.1",
  "to_coin_type":"eth"
}

Last updated