https://api.better-call.dev/v1/bigmap/granadanet/106215/keys?q=tz1KxFpyYzkcgq5CAok8fNvszrRcD2MUFMXy
`106215` is the pointer of the big map.
`granadanet` to be replaced with `mainnet`.
`tz1KxFpyYzkcgq5CAok8fNvszrRcD2MUFMXy` is the address of the delegator.

The response yields all big map entries for the specified address `tz1KxFpyYzkcgq5CAok8fNvszrRcD2MUFMXy`.
The key of the `deposit` is a tuple of the type `(blockHeight, address)`, which is `(nat, address)`. The`blockHeight` is for each `deposit` *key* in `data.key.children[1].value`.
```
[
{
"data": {
"key": {
"prim": "pair",
"type": "namedtuple",
"name": "@pair_1",
"children": [
{
"prim": "address",
"type": "address",
"name": "@address_2",
"value": "tz1KxFpyYzkcgq5CAok8fNvszrRcD2MUFMXy"
},
{
"prim": "nat",
"type": "nat",
"name": "@nat_3",
"value": "0"
}
]
},
"value": {
"prim": "pair",
"type": "namedtuple",
"name": "@pair_1",
"children": [
{
"prim": "nat",
"type": "nat",
"name": "@nat_3",
"value": "0"
},
{
"prim": "timestamp",
"type": "timestamp",
"name": "@timestamp_4",
"value": "2021-10-24T11:22:06Z"
},
{
"prim": "nat",
"type": "nat",
"name": "@nat_6",
"value": "200000000"
},
{
"prim": "timestamp",
"type": "timestamp",
"name": "@timestamp_7",
"value": "2021-10-24T13:22:06Z"
}
]
},
"key_hash": "expruSF7h32WsEiEu5kwFWff7LBVuZBwdo9umugGXK2SMJLxEinrAS",
"key_string": "Pair 0x0000037273c61b6b4c871afe93a773e2a7e98b6e1cdd 0",
"level": 611362,
"timestamp": "2021-10-24T12:22:24Z"
},
"count": 0
},
{
"data": {
"key": {
"prim": "pair",
"type": "namedtuple",
"name": "@pair_1",
"children": [
{
"prim": "address",
"type": "address",
"name": "@address_2",
"value": "tz1KxFpyYzkcgq5CAok8fNvszrRcD2MUFMXy"
},
{
"prim": "nat",
"type": "nat",
"name": "@nat_3",
"value": "1"
}
]
},
"value": {
"prim": "pair",
"type": "namedtuple",
"name": "@pair_1",
"children": [
{
"prim": "nat",
"type": "nat",
"name": "@nat_3",
"value": "0"
},
{
"prim": "timestamp",
"type": "timestamp",
"name": "@timestamp_4",
"value": "2021-10-24T11:22:06Z"
},
{
"prim": "nat",
"type": "nat",
"name": "@nat_6",
"value": "200000000"
},
{
"prim": "timestamp",
"type": "timestamp",
"name": "@timestamp_7",
"value": "2021-10-24T13:22:06Z"
}
]
},
"key_hash": "exprtbV15tUDBL2hoYJVYRgbiBqcNk6xpnxv5HNQBKj4eEkEjM41kE",
"key_string": "Pair 0x0000037273c61b6b4c871afe93a773e2a7e98b6e1cdd 1",
"level": 611362,
"timestamp": "2021-10-24T12:22:24Z"
},
"count": 0
}
]
```