curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/token/activity \
--header 'X-API-KEY: <api-key>'{
"walletAddress": "0x8D97689C9818892B700e27F316cc3E41e17fBeb9",
"cursor": "<string>",
"provider": "GoldRush",
"includeRaw": null
}Retrieve the last active timestamp for a wallet across each of 100+ chains.
curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/token/activity \
--header 'X-API-KEY: <api-key>'{
"walletAddress": "0x8D97689C9818892B700e27F316cc3E41e17fBeb9",
"cursor": "<string>",
"provider": "GoldRush",
"includeRaw": null
}API key to access the API (optional)
The address of the wallet to query.
"0x8D97689C9818892B700e27F316cc3E41e17fBeb9"
Cursor from previous query to get next page of results.
Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult
null
Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)
GoldRush The address of the wallet to query.
"0x8D97689C9818892B700e27F316cc3E41e17fBeb9"
Cursor from previous query to get next page of results.
Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)
GoldRush Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult
null
Was this page helpful?