Crypto

Send out cryptocurrency to external address

POST {{BASE_URL}}/partner/payout/send_a_coin/

Parameter
Type
Description
Required

sender_coin_type

string

The crypto wallet type you are sending from

true

sender_coin_amount

string

The coin amount you want to send out

true

receiver_coin_type

string

The crypto wallet type you are sending funds to

true

receiver_coin_amount

string

The amount the receiver will collect. Kindly make use of the conversion endpoint to get this value if the receiver will be taking another coin type apart from the sender's coin type

true

receiver_coin_address

string

The external wallet address of the receiver

true

coin_send_fee

string

Use the Network Send Fee endpoint to fetch the miner/network fee

true

coin_chain_network

string

Required if you are sending to a stable coin wallet

false

transfer_ext_ref

string

Your preferred unique reference

false

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated