platforms.polymarket
platforms.polymarket.marketOrder()
platforms.polymarket.marketOrder()Signature
agent.platforms.polymarket.marketOrder(
request: {
tokenId: string;
size: number;
side: string;
}
): Promise<PolymarketMarketOrderResponse>Parameters
Param
Type
Description
Returns
Examples
Buy Order
Sell Order
Common Errors
Error
Cause
Solution
platforms.polymarket.redeemPositions()
platforms.polymarket.redeemPositions()Signature
Parameters
Param
Type
Description
Returns
Examples
Redeem All Positions
Redeem Specific Positions
Common Errors
Error
Cause
Solution
Last updated