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

Endpoint Index

43 endpoints for RWA trading integrators. Permission: READ_ONLY or WRITABLE per API key scope.

Base path: /api/v1. Full URL prefix: https://base-api.synfutures.com/rwa/trading.

Market data (6)

Method
Path
Permission
Description

GET

/api/v1/config

READ_ONLY

On-chain market config

GET

/api/v1/symbols

READ_ONLY

Tradable symbols

GET

/api/v1/prices/{symbol}

READ_ONLY

Real-time quote

GET

/api/v1/prices/{symbol}/history

READ_ONLY

K-line history

GET

/api/v1/underlying/{symbol}/price

READ_ONLY

Underlying quote

GET

/api/v1/corporate-action

READ_ONLY

Corporate actions

Portfolio (3)

Method
Path
Permission
Description

GET

/api/v1/users/{userId}

READ_ONLY

User info

GET

/api/v1/users/{userId}/balance

READ_ONLY

Balances

GET

/api/v1/users/{userId}/positions

READ_ONLY

Positions

Orders (10)

Method
Path
Permission
Description

GET

/api/v1/orders

READ_ONLY

Order list

POST

/api/v1/orders/calldata

WRITABLE

Build order calldata

POST

/api/v1/orders/send

WRITABLE

One Click order

POST

/api/v1/orders/with-deposit/calldata

WRITABLE

Build order-with-deposit calldata

POST

/api/v1/orders/with-deposit/send

WRITABLE

One Click order with deposit

POST

/api/v1/orders/tx

WRITABLE

Record order tx

GET

/api/v1/orders/tx/{txHash}

READ_ONLY

Order by tx

GET

/api/v1/orders/{orderId}

READ_ONLY

Order detail

DELETE

/api/v1/orders/{orderId}/calldata

WRITABLE

Cancel calldata

DELETE

/api/v1/orders/{orderId}/send

WRITABLE

One Click cancel

Cash (10)

Method
Path
Permission
Description

POST

/api/v1/cash/deposits/calldata

WRITABLE

Deposit calldata

POST

/api/v1/cash/deposits/send

WRITABLE

One Click deposit

POST

/api/v1/cash/deposits/tx

WRITABLE

Record deposit tx

GET

/api/v1/cash/deposits

READ_ONLY

Deposit list

GET

/api/v1/cash/deposits/{operationId}

READ_ONLY

Deposit detail

POST

/api/v1/cash/withdrawals/calldata

WRITABLE

Withdraw calldata

POST

/api/v1/cash/withdrawals/send

WRITABLE

One Click withdraw

POST

/api/v1/cash/withdrawals/tx

WRITABLE

Record withdraw tx

GET

/api/v1/cash/withdrawals

READ_ONLY

Withdraw list

GET

/api/v1/cash/withdrawals/{operationId}

READ_ONLY

Withdraw detail

Stock (10)

Method
Path
Permission
Description

POST

/api/v1/stock/deposits/calldata

WRITABLE

Stock deposit calldata

POST

/api/v1/stock/deposits/send

WRITABLE

One Click stock deposit

POST

/api/v1/stock/deposits/tx

WRITABLE

Record stock deposit tx

GET

/api/v1/stock/deposits

READ_ONLY

Stock deposit list

GET

/api/v1/stock/deposits/{operationId}

READ_ONLY

Stock deposit detail

POST

/api/v1/stock/withdrawals/calldata

WRITABLE

Stock withdrawal calldata

POST

/api/v1/stock/withdrawals/send

WRITABLE

One Click stock withdrawal

POST

/api/v1/stock/withdrawals/tx

WRITABLE

Record stock withdrawal tx

GET

/api/v1/stock/withdrawals

READ_ONLY

Stock withdrawal list

GET

/api/v1/stock/withdrawals/{operationId}

READ_ONLY

Stock withdrawal detail

One Click (4)

Method
Path
Permission
Description

GET

/api/v1/1ct/status

READ_ONLY

Delegation status

POST

/api/v1/1ct/prepare

WRITABLE

EIP-712 payload

POST

/api/v1/1ct/enable

WRITABLE

Enable delegation

POST

/api/v1/1ct/disable

WRITABLE

Disable delegation

Doc map

Need
Doc

API to contract effects

Environment and chain context

Status model

Troubleshooting

Sample responses

OpenAPI snapshot: openapi.snapshot.json (refreshed 2026-07-03 from live; server https://base-api.synfutures.com/rwa/trading)

Last updated