Crypto Wallet
Get Payouts
Retrieves the crypto wallets payout history.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
Get Balances
Retreive the current balances of the crypto wallets.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
Payout
Payout the crypto from the wallet.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequiredcurrencyRequiredstringValue in:
"btc" | "ltc"addressRequiredstringamountRequirednumberpasswordstringMust not be greater than 255 characters.
otpstringMust not be greater than 6 characters.
tfa_codestringMust not be greater than 8 characters.
remember_mfabooleanPath Parameters
shopIdRequiredintegerThe shop ID.
Get Transactions
Retrieves the transaction history for the crypto wallets.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.