{
"signer": "string",
"account": "string",
"signature": "string",
"data": {
"timestamp": 0,
"pricePerShare": "string",
"strategy": "LIMIT",
"slippageBps": "string",
"order": {
"hash": "string",
"salt": "string",
"maker": "string",
"signer": "string",
"taker": "0x0000000000000000000000000000000000000000",
"tokenId": "string",
"makerAmount": "string",
"takerAmount": "string",
"expiration": "string",
"nonce": "string",
"feeRateBps": "string",
"side": 0,
"signatureType": 0
}
}
}
curl --location --request POST 'https://api-sepolia.predict.fun/oauth/orders/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"signer": "string",
"account": "string",
"signature": "string",
"data": {
"timestamp": 0,
"pricePerShare": "string",
"strategy": "LIMIT",
"slippageBps": "string",
"order": {
"hash": "string",
"salt": "string",
"maker": "string",
"signer": "string",
"taker": "0x0000000000000000000000000000000000000000",
"tokenId": "string",
"makerAmount": "string",
"takerAmount": "string",
"expiration": "string",
"nonce": "string",
"feeRateBps": "string",
"side": 0,
"signatureType": 0
}
}
}'
{
"success": true,
"data": {
"code": "OK"
}
}