For the complete documentation index, see llms.txt. This page is also available as Markdown.

POST

All post endpoints are documented here.

Post Order

POST https://api.swivel.exchange/v4/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

Name
Type
Description

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

{
    "error": {
        "message": "order principal"
    }
}
{    "message": "Unable to place order in specified market."}

Last updated