uusdc,
which stands for µUSDC (micro-USDC), and denote the smallest possible multiple of a contract (0.01 contract)
as one ccontract (centicontract).User-facing USDC balances are specified as fixed-point strings (e.g. "1.2625" for USDC). Contract quantities
in the API and SDK are specified as integer ccontracts strings (e.g. "1050" for 10.50 contracts at precision 2).Chain to execute the action on; one of: base, bsc
base, bsc "base"
ID of the market to buy/sell in
"PRES-2024"
Number of ccontracts as a positive integer string (1 contract = 100 ccontracts).
"1050"
Price per contract in µUSDC (micro-USDC, 1 µUSDC = 0.000001 USD). Must be positive integer string.
"750000"
Action to execute
buy, sell "buy"
Side of the market (yes or no)
yes, no "yes"
User wallet address
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
EIP-712 signature from the user authorizing the order
"0x..."
Unix timestamp when the authorization expires
1234567890
Optional dev account ID to attribute this order to
"bison"