Reverse Check Network/Miner Fee
This endpoint can be used to check the network/miner fee if the sender_coin_type is different from the receiver_coin_type
POST {{BASE_URL}}/trybe/reverse_coin_send_fee/
This endpoint can be used to check the network/miner fee if the sender_coin_type is different from the receiver_coin_type e.g sender_coin_type is btc
while receiver_coin_type is eth
Use the value of the field to_coin_amount as the coin_send_fee final value.
Parameter
Type
Description
Required
receiver_coin_type
string
Crypto type that will be sent to the other party
true
sender_coin_type
string
Crypto wallet type that will be debited
true
receiver_coin_amount
string
Crypto amount that will be sent to the other party
true
receiver_chain_network
string
The chain network
false
Last updated