How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

SynFutures Orders API

Order list, calldata build, One Click send/cancel, and tx recording

SynFutures Orders API is one of 6 APIs that SynFutures publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 10 operations across 10 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://base-api.synfutures.com/rwa/trading.

10 operations 10 paths 2 schemas 2 DELETE3 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://base-api.synfutures.com/rwa/trading
Authentication
API Key, API Key, API Key, API Key, API Key, API Key
Contact
Resource Areas
1

Authentication & Security 6

SynFutures Orders API declares 6 security schemes for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). An API key is passed in the header as x-api-ts (ApiTimestamp). An API key is passed in the header as x-api-nonce (ApiNonce). An API key is passed in the header as x-api-sign (ApiSignature). An API key is passed in the header as x-api-chain-id (ApiChainId). An API key is passed in the header as x-api-p (ApiProduct). By default, every request must be authenticated.

  • ApiKeyAuth — Partner API key (must be active, unexpired, and IP-whitelisted).
  • ApiTimestamp — Unix millisecond timestamp; must be within 45s drift tolerance.
  • ApiNonce — Unique replay-prevention nonce per key within the 45s window (UUID recommended).
  • ApiSignature — HMAC-SHA256 signature over the canonical request, hex-encoded (case-insensitive).
  • ApiChainId — Chain identifier (e.g. 8453 Base, 1 Ethereum, 143 Monad).
  • ApiProduct — Product type; use "Synfutures".

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 2 DELETE, 3 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 10

Order list, calldata build, One Click send/cancel, and tx recording

GET
/api/v1/orders
Order list
listOrders 2 params → 200401
POST
/api/v1/orders/calldata
Build order calldata
buildOrderCalldata body → 200401
POST
/api/v1/orders/send
One Click order
sendOrder body → 200401
POST
/api/v1/orders/with-deposit/calldata
Build order-with-deposit calldata
buildOrderWithDepositCalldata body → 200401
POST
/api/v1/orders/with-deposit/send
One Click order with deposit
sendOrderWithDeposit body → 200401
POST
/api/v1/orders/tx
Record order tx
recordOrderTx body → 200401
GET
/api/v1/orders/tx/{txHash}
Order by tx
getOrderByTx 1 param → 200401
GET
/api/v1/orders/{orderId}
Order detail
getOrder 1 param → 200401
DELETE
/api/v1/orders/{orderId}/calldata
Cancel calldata
buildCancelOrderCalldata 1 param → 200401
DELETE
/api/v1/orders/{orderId}/send
One Click cancel
sendCancelOrder 1 param → 200401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is Envelope (5 properties). Each schema is shown below with its type and property counts.

Envelope
object
All responses share this envelope.
5 properties
PagedEnvelope

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

synfutures-orders-api-openapi.yml Raw ↑

Other APIs SynFutures publishes across the network.

SynFutures Cash API
SynFutures Market Data API
SynFutures One Click API
SynFutures Portfolio API
SynFutures Stock API
Where this information came from

This is an independent, third-party profile of SynFutures Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.