Skip to main content
GET
/
token
/
activity
cURL
curl --request GET \
  --url https://api.uniblock.dev/uni/v1/token/activity \
  --header 'X-API-KEY: <api-key>'
{
  "walletAddress": "0x8D97689C9818892B700e27F316cc3E41e17fBeb9",
  "cursor": "<string>",
  "provider": "GoldRush",
  "includeRaw": null
}

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Query Parameters

walletAddress
string
default:0x8D97689C9818892B700e27F316cc3E41e17fBeb9
required

The address of the wallet to query.

Example:

"0x8D97689C9818892B700e27F316cc3E41e17fBeb9"

cursor
string

Cursor from previous query to get next page of results.

includeRaw
boolean

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

Example:

null

provider
enum<string>

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)

Available options:
GoldRush,
,
Covalent

Response

200 - application/json
walletAddress
string
default:0x8D97689C9818892B700e27F316cc3E41e17fBeb9
required

The address of the wallet to query.

Example:

"0x8D97689C9818892B700e27F316cc3E41e17fBeb9"

cursor
string

Cursor from previous query to get next page of results.

provider
enum<string>

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)

Available options:
GoldRush,
,
Covalent
includeRaw
boolean

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

Example:

null