Public APIs
Last updated
Last updated
CreatorBid makes it simple for all agents to build additional services the can provide to their members. This can be used to create unique token gate services for your agent.
Public API Overview:
Member Addresses and Locked Tokens (retrieve wallet addresses of an Agent's members and respective amount of locked tokens)
Agents API (returns back all Creator.bid Agents, ideal for dashboards and aggregators that want to showcase agents)
Agent Price (fetch current agent price in ETH for real-time tracking)
Agent Metadata (get detailed metadata for a specific agent, ideal for platforms like Gecko Terminal).
Finally, the following ABI file will be needed for anyone using the buy signature API.
Check here for APIs for Twitter/X Posts, Mentions & Image Generation.
Retrieves a paginated list of all creator bid agents, with optional sorting and filtering.
Successful response containing the list of agents.
Retrieves metadata for a specified agent, identified by either agentId
or agentKeyAddress
.
Successful response containing the agent metadata.
Retrieves the price in ETH for a specified agent, identified by either agentId or bondingCurveAddress.
Successful response containing the price in ETH.
Retrieves the list of members for a specified agent. Supports pagination and optional filtering by block number. If no pagination parameters provided, you will receive all members.
The unique identifier of the agent.
Successful response containing the membership details.
Provides the signature and input data required to call the buy function on the bonding curve contract. This API is available only after the ANTI-BOT phase (15 minutes after launch/finalization).
The unique identifier of the agent.
Successful response containing the buy signature and input data.