| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

> 💡
>
> ### **Compute Unit Value**: `100` (fixed)   [Skip link to [object Object],: ,[object Object], (fixed)](https://docs.blockdaemon.com/reference/getreportbyaddress#compute-unit-value-100-fixed)

* * *

> 🚧
>
> ### Truncation Info   [Skip link to Truncation Info](https://docs.blockdaemon.com/reference/getreportbyaddress#truncation-info)
>
> For responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.
>
> To avoid this behavior, we recommend using a library such as [`json-bigint`](https://github.com/sidorares/json-bigint) or [`lossless-json`](https://github.com/josdejong/lossless-json)

* * *

### Supported Protocols & Networks

| Protocol | Network | Path Parameter |
| --- | --- | --- |
| Algorand | Mainnet | `algorand/mainnet` |
| Polkadot | Mainnet | `polkadot/mainnet` |
| Westend | `polkadot/westend` |
| Stellar | Mainnet | `stellar/mainnet` |
| Testnet | `stellar/testnet` |
| XRP | Mainnet | `xrp/mainnet` |
| Testnet | `xrp/testnet` |

> **Note that the date filters`to` and `from` are not supported for Stellar and XRP.**

protocol

string

required

Defaults to polkadot

Protocol handle, one of: `algorand`, `polkadot`, `stellar`,`tezos`, `xrp`.

network

string

required

Defaults to mainnet

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

address

string

required

Defaults to 12yi4uHFbnSUryffXT7Xq92fbGC3iXvCs3vz9HjVgpb4sBvL

The account address of the protocol.

from

integer

The Unix Timestamp from where to start.

to

integer

The Unix Timestamp from where to end.

page_token

string

The token to retrieve more items in the next request. Use the `next_page_token` returned from the previous response for this parameter.

page_size

integer

The max number of items to return in a response.

Defaults to 50k and is capped at 100k.

# ``200      Account Activity

# ``400      Bad request

# ``401      Invalid or expired token

# ``404      Not Found

# ``413      Too Many Transactions

# ``429      Rate limit exceeded

# ``500      An internal server error happened

# ``503      The resource you are trying to access is currently unavailable

Updated about 2 months ago

* * *

ShellGoJavaScriptPythonNode

Base URL

https://svc.blockdaemon.com/universal/v1/{protocol}/{network}/account/{address}/report

```

xxxxxxxxxx

curl --request GET \

--url https://svc.blockdaemon.com/universal/v1/polkadot/mainnet/account/12yi4uHFbnSUryffXT7Xq92fbGC3iXvCs3vz9HjVgpb4sBvL/report \

--header 'X-API-Key: ••••' \

--header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``400``401``404``413``429``500``503

Updated about 2 months ago

* * *
