Manage Partner Account
Display Partner Account detail
GET
https://sandbox.encryptus.co/v1/partners/accountInfo
enterpriseName
string
registered company name
clientRepresentiveEmail
string
registered company email
clientRepresentivePhoneNo
string
registered company phone number
enterpriseLocation
string
registered company location/address
client_ID
string
registered partner clientID reference to API key
grant_services
string
enabled /active type of service, service options: FORENSICS, QUOTESANDORDERS, CRYPTOCUSTODYSOL
active_env
string
enabled /active type of environment, options: sandbox or production
whitelisted_bankAccount_list
array
list of bank account details
user_list
array
list of onboarded users
deposit_addresses
array
list on deposit addresses
reserved_fiat
array
list of fiat currencies that are active and the current balance of deposited amount
reserved_crypto
array
list of cryptocurrencies that are active and the current balance of deposited amount
crypto_threshold
array
list of cryptocurrencies that are active, it's minimum treshhold and the current/remaining balance
Whitelist Wallet
POST
https://sandbox.encryptus.co/v1/partners/forensics/whitelist/walletAddress
Whitelisting an address for deposits and withdrawals allows fast transactions and coin monitoring
Request Body
address*
String
wallet address to be whitelisted
coin*
String
supported cryptocurrency
network*
String
blockchain network supporting cryptocurrency
label*
String
nickname for the wallet address to be whitelisted
Whitelist Bank Account
POST
https://sandbox.encryptus.co/v1/partners/forensics/whitelist/bankAccount
Whitelist an bank account for deposits and withdrawals via bank wire
Request Body
accountHolderName*
String
name of the account holder
accountHolderAddress*
String
address of the account holder
beneficiaryBankName*
String
name of bank that holds the account to be whitelisted
beneficiaryBankAddress*
String
address of bank that holds the account
beneficiaryBankCountry*
String
country of the bank that holds the account
bankAccountNumber*
String
international bank account number (IBAN format) or standardized account number to identify a bank account
bicSwift*
String
bank identifier code or SWIFT assigned to a bank
fiatCurrency*
String
fiat currency support for the bank account to be whitelisted
Last updated