deposit-targets
Get Deposit Targets
blockchain
clearloop
network
address-book
currencies
API Reference
orders
files
lending
- GETGet Loans
- POSTCreate Loan
- PATCHCalculate Loan LTV Dry Run
- PATCHAccept Loan Term Extension
- PATCHAccept Loan Interest Payment
- PATCHAccept Loan
- PATCHAccept Loan Rebalance
- PATCHAccept Loan Repayment
- PATCHAccept Loan Rerate
- PATCHAccept Loan Top Up
- PATCHApprove Loan
- PATCHCancel Loan Term Extension
- PATCHCancel Loan Interest Payment
- PATCHCancel Loan
- PATCHCancel Loan Rebalance
- PATCHCancel Loan Repayment
- PATCHCancel Loan Rerate
- PATCHCancel Loan Top Up
- PATCHConfirm External Disbursement
- PATCHConfirm External Interest Payment
- PATCHConfirm External Repayment
- PATCHConfirm External Top Up
- PATCHDefault Loan
- PATCHEstimate Loan Leverage Ratio
- PATCHEstimate Loan LTV
- PATCHExtend Loan Term
- GETGet Loan by ID
- PATCHPay Loan Interest
- PATCHRebalance Loan
- PATCHReject Loan
- PATCHRepay Loan
- PATCHRerate Loan
- PATCHSecure Collateral Loan
- PATCHTop Up Loan
reports
deposit-targets
Get Deposit Targets
Retrieve information about all deposit targets in an organization
GET
/
deposit-targets
curl --request GET \
--url https://api.copper.co/platform/deposit-targets
{
"depositTargets": [
{
"acceptAllTokens": true,
"activatedTokens": [
{}
],
"address": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}
Query Parameters
Available options:
proxy
, direct
, external-wallet
Available options:
new
, pending
, approval-pending
, enabled
, disabled
, error
, portfolio-archived
Available options:
ASC
, DESC
Response
200
application/json
OK
This parameter defines if this target is able to accept all tokens
Available options:
custody
, trading-vault
, trading
, external
, clearloop
This parameter defines if this target is able to accept all tokens
Available options:
new
, pending
, approval-pending
, enabled
, disabled
, error
, portfolio-archived
Available options:
proxy
, direct
, external-wallet
If tokens of a blockchain should be activated prior to any operation, this parameter includes a list of currencies to be activated with corresponding status - otherwise, the field is set as null
Additional metadata you want to store with a new Deposit Target
curl --request GET \
--url https://api.copper.co/platform/deposit-targets
{
"depositTargets": [
{
"acceptAllTokens": true,
"activatedTokens": [
{}
],
"address": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"currency": "<string>",
"depositTargetId": "<string>",
"externalId": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"portfolioId": "<string>",
"portfolioType": "custody",
"requireTokensActivation": true,
"status": "new",
"targetType": "proxy",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}