Skip to main content
GET
/
v1
/
networks
/
{network_id}
/
addresses
/
{address_id}
/
stake
/
balances
Fetch historical staking balances
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v1/networks/{network_id}/addresses/{address_id}/stake/balances \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "address": "0x80000001677f23a227dfed6f61b132d114be83b8ad0aa5f3c5d1d77e6ee0bf5f73b0af750cc34e8f2dae73c21dc36f4a",
      "date": "2024-07-21",
      "bonded_stake": {
        "amount": "12345678",
        "asset": {
          "network_id": "base-sepolia",
          "asset_id": "USDC",
          "decimals": 18,
          "contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
        }
      },
      "unbonded_balance": {
        "amount": "12345678",
        "asset": {
          "network_id": "base-sepolia",
          "asset_id": "USDC",
          "decimals": 18,
          "contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
        }
      },
      "participant_type": "validator"
    }
  ],
  "has_more": true,
  "next_page": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

network_id
string
required
Maximum length: 5000
address_id
string
required
Maximum length: 5000

Query Parameters

limit
integer
page
string
Maximum length: 5000
asset_id
string
required
Maximum length: 5000
start_time
string<date-time>
required
end_time
string<date-time>
required

Response

data
object[]
required
has_more
boolean
required
next_page
string
required