POST

All post endpoints are documented here.

Post Order

POST https://api.swivel.exchange/orders

This endpoint allows you to request the detailed state and parameters for a given order. Returns the order's parameters as well as current order state and initial timestamp.

Request Body

NameTypeDescription

Order*

object

Order object containing: signature: string key: string maker: string underlying: string vault: boolean

exit: boolean principal: string premium: string maturity: string expiry: string

protocol: integer

Last updated