POST
/
balance
/
transfer

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Body

application/json
currency
enum<string>
required

Currency being sent.

Available options:
NGN,
USD
receiverUsername
string
required

Receiver's coinprofile username.

amount
string

Amount to transfer.

memo
string

Transaction memo.

Maximum length: 28
otpType
enum<string>

The type of OTP to be used.

Available options:
otp,
totp
token
string

The token to be used for OTP.

Response

200 - application/json
data
object
message
string
success
boolean