Coin Conversion

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

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

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

Last updated