Manage Partner Account

Display Partner Account detail

GET https://gateway.noxxo.com/v1/partners/accountInfoarrow-up-right

200: OK info and message: "Success, partner info was fetched successfully."

chevron-rightResponse data (info)hashtag
Name
Type
Description

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://gateway.noxxo.com/v1//partners/forensics/whitelist/walletAddressarrow-up-right

Whitelisting an address for deposits and withdrawals allows fast transactions and coin monitoring

Request Body

Name
Type
Description

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

200: OK — Whitelisted an address for deposits and withdrawals.


Whitelist Bank Account

POST https://gateway.noxxo.com/v1//partners/forensics/whitelist/bankAccountarrow-up-right

Whitelist a bank account for deposits and withdrawals via bank wire

Request Body

Name
Type
Description

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

200: OK — Whitelisted bank account for sell crypto orders & fiat withdrawals.

Last updated