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.
/agents?limit=24&page=1&sortDirection=desc&sortBy=marketCap&extra=twitter
The page number for pagination.
Number of records per page.
Sort direction (asc or desc).
asc
, desc
Field to sort by (e.g., marketCap - in ETH).
Additional fields to include (e.g., twitter).
Retrieves the price in ETH for a specified agent, identified by either agentId or bondingCurveAddress.
/agents/price
The unique identifier of the agent.
The address of the agent's bonding curve contract.
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.
/agents/{agentId}/members
The unique identifier of the agent.
The page number for pagination.
Number of records per page (maximum 1000).
The latest block number to filter memberships.
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).
/agents/{agentId}/keys/buy/signature
The unique identifier of the agent.
The wallet address performing the buy on the bonding curve contract.
The amount to buy in atomic units (wei).