POST
/
wallets
curl --request POST \
  --url https://api.copper.co/platform/wallets \
  --header 'Content-Type: application/json' \
  --data '{
  "currency": "<string>",
  "mainCurrency": "<string>",
  "portfolioId": "<string>",
  "walletId": "<string>"
}'
{
  "available": "<string>",
  "balance": "<string>",
  "createdAt": "<string>",
  "currency": "<string>",
  "extra": {
    "externalAccountId": "<string>"
  },
  "locked": "<string>",
  "mainCurrency": "<string>",
  "organizationId": "<string>",
  "portfolioId": "<string>",
  "portfolioType": "custody",
  "reserve": "<string>",
  "stakeBalance": "<string>",
  "totalBalance": "<string>",
  "updatedAt": "<string>",
  "walletId": "<string>"
}

Body

application/json
currency
string
required

Currency of a wallet

portfolioId
string
required

Portfolio id

walletId
string
required

Wallet id

mainCurrency
string

Main currency of a wallet

Response

200
application/json
OK
currency
string
required

Currency of a wallet

portfolioId
string
required

Portfolio id

walletId
string
required

Wallet id

available
string

Available balance of a wallet

balance
string

Total balance of a wallet, including reserved, but excluding the stakeBalance

createdAt
string

Created at timestamp

extra
object

Additional wallet information

locked
string

Locked balance of a wallet for ClearLoop, including the funds delegated to all sub-accounts

mainCurrency
string

Main currency (blockchain network) of a wallet

organizationId
string

Organization id

portfolioType
enum<string>

Type of the wallet's portfolio. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
reserve
string

Reserved balance of a wallet (e.g. for open orders)

stakeBalance
string

The balance of funds that are locked in staking

totalBalance
string

The overall balance of a wallet

updatedAt
string

Last updated at timestamp