privy-token cookie.
List my datanets
Example
Create a datanet draft
Request body
string
required
Creator type. Must be one of
individual or team.string
required
Display name for the datanet. Maximum 100 characters.
string (uri)
URL to the datanet’s cover image. Optional.
string
required
Description of the datanet’s purpose and focus. Between 10 and 500 characters.
string
required
Instructions shown to publishers joining this datanet. Between 10 and 1000 characters.
string
required
Instructions shown to voters in this datanet. Between 10 and 1000 characters.
string
required
Short statement of the datanet’s data goal. Maximum 100 characters.
string
required
Contract address of the primary token used for emissions alongside REPPO.
string
required
Ticker symbol of the primary token. Maximum 5 characters.
integer
required
Decimal precision of the primary token. Must be between 1 and 18.
201
Example
Get one of my datanets
Path parameters
string
required
The datanet’s internal ID.
200
Publish a datanet
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID (must match the path parameter).
string
required
The transaction hash of the on-chain publish transaction.
200
Update REPPO access fee
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID.
number
required
New access fee denominated in REPPO.
string
required
Transaction hash of the on-chain fee update.
200
Update pod publishing fee
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID.
number
required
New publishing fee denominated in REPPO.
string
required
Transaction hash of the on-chain fee update.
200
Update pod republishing fee
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID.
number
required
New republishing fee denominated in REPPO.
string
required
Transaction hash of the on-chain fee update.
200
Update REPPO emissions per epoch
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID.
number
required
New REPPO emission rate per epoch.
string
required
Transaction hash of the on-chain update.
200
Update primary token emissions per epoch
Path parameters
string
required
The datanet’s internal ID.
Request body
string
required
The datanet’s internal ID.
number
required
New primary token emission rate per epoch.
string
required
Transaction hash of the on-chain update.
200
List public datanets
Query parameters
integer
Page number. Minimum
1. Default 1.integer
Number of results per page. Minimum
1. Default 10.string
Free-text search term filtered against datanet name and description.
200
Example
Get a public datanet by ID
Path parameters
string
required
The datanet’s internal ID.
200
Example
Subnet schema
TheSubnet object is returned by all datanet endpoints.
string
required
Internal datanet ID.
string
required
Display name of the datanet.
string
required
Description of the datanet’s focus and curation criteria.
string | null
URL to the datanet thumbnail image.
string
required
Contract address of the primary token.
string
required
Ticker symbol of the primary token.
integer
required
Decimal precision of the primary token.
integer | null
On-chain token ID assigned after the datanet is published.
null while in draft status.number
required
Fee in REPPO required to access this datanet.
number
required
REPPO emitted to curators per epoch.
number
required
Primary token emitted to curators per epoch.
string
required
Current status of the datanet (e.g.,
draft, active).number
required
Cumulative up-vote volume across all pods in this datanet.
number
required
Cumulative down-vote volume across all pods in this datanet.
string
required
Onboarding instructions for publishers.
string
required
Onboarding instructions for voters.
string
required
Internal ID of the user who created this datanet.