Check Network/Miner Fee

This endpoint can be used to determine the network/miner fee when sending out a cryptocurrency

POST {{BASE_URL}}/trybe/check_coin_send_fee/

ParameterTypeDescriptionRequired

coin_type

string

The crypto you intend to transfer e.g btc

true

coin_amount

string

The amount you intend to transfer out

false

coin_chain_network

string

The chain network

false

{
   "coin_type":"btc",
   "coin_amount":"0.0232"
}

Last updated