Rarible · Schema
ActivitiesByUsersRequest
NFTNon-Fungible TokensMarketplaceAggregatorMulti-ChainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionOrder BookTradingIndexer
Properties
| Name | Type | Description |
|---|---|---|
| types | array | Activity type |
| users | array | List of the user id |
| bidCurrencies | array | Currency for BID and CANCEL_BID activity types |
| blockchains | array | |
| from | string | Lower time border of data |
| to | string | Upper time border of data |
| continuation | string | Continuation token from the previous response |
| cursor | string | Combined continuation token from the previous response |
| size | integer | The number of items to return |
| sort | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ActivitiesByUsersRequest",
"type": "object",
"required": [
"types",
"users"
],
"properties": {
"types": {
"description": "Activity type",
"type": "array",
"items": {
"$ref": "#/components/schemas/UserActivityType"
}
},
"users": {
"description": "List of the user id",
"type": "array",
"items": {
"$ref": "#/components/schemas/UnionAddress"
}
},
"bidCurrencies": {
"description": "Currency for BID and CANCEL_BID activity types",
"type": "array",
"items": {
"$ref": "#/components/schemas/CurrencyId"
}
},
"blockchains": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Blockchain"
}
},
"from": {
"description": "Lower time border of data",
"type": "string",
"format": "date-time"
},
"to": {
"description": "Upper time border of data",
"type": "string",
"format": "date-time"
},
"continuation": {
"description": "Continuation token from the previous response",
"type": "string"
},
"cursor": {
"description": "Combined continuation token from the previous response",
"type": "string"
},
"size": {
"description": "The number of items to return",
"type": "integer"
},
"sort": {
"$ref": "#/components/schemas/ActivitySort"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ActivitiesByUsersRequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.