curl --request GET \
--url https://api.coinbase.com/api/v3/brokerage/accounts/{account_uuid}{
"account": {
"uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe",
"name": "BTC Wallet",
"currency": "BTC",
"available_balance": {
"value": "1.23",
"currency": "BTC"
},
"default": false,
"active": true,
"created_at": "2021-05-31T09:59:59.000Z",
"updated_at": "2021-05-31T09:59:59.000Z",
"deleted_at": "2021-05-31T09:59:59.000Z",
"type": "<any>",
"ready": true,
"hold": {
"value": "1.23",
"currency": "BTC"
},
"retail_portfolio_id": "b87a2d3f-8a1e-49b3-a4ea-402d8c389aca",
"platform": "<any>"
}
}Get a list of information about an account, given an account UUID.
curl --request GET \
--url https://api.coinbase.com/api/v3/brokerage/accounts/{account_uuid}{
"account": {
"uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe",
"name": "BTC Wallet",
"currency": "BTC",
"available_balance": {
"value": "1.23",
"currency": "BTC"
},
"default": false,
"active": true,
"created_at": "2021-05-31T09:59:59.000Z",
"updated_at": "2021-05-31T09:59:59.000Z",
"deleted_at": "2021-05-31T09:59:59.000Z",
"type": "<any>",
"ready": true,
"hold": {
"value": "1.23",
"currency": "BTC"
},
"retail_portfolio_id": "b87a2d3f-8a1e-49b3-a4ea-402d8c389aca",
"platform": "<any>"
}
}Was this page helpful?