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

Bullish deprecated - q3 2024 API

List of deprecated APIs that will be removed towards the end of Q3 2024.

Bullish deprecated - q3 2024 API is one of 32 APIs that Bullish publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include deprecated - q3 2024. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and a changelog.

This API exposes 12 operations across 8 paths, and defines 43 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 7 base URLs: https://api.exchange.bullish.com/trading-api, https://registered.api.exchange.bullish.com/trading-api, https://prod.access.bullish.com/trading-api, https://api.bugbounty.bullish.com/trading-api, https://api.simnext.bullish-test.com/trading-api, https://registered.api.simnext.bullish-test.com/trading-api, https://simnext.access.bullish.com/trading-api.

12 operations 8 paths 43 schemas 2 DELETE4 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.exchange.bullish.com/trading-api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Bullish deprecated - q3 2024 API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwtTokenAuth).

Paths & Operations 12

Across 8 paths, the API surfaces 12 operations — 2 DELETE, 4 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

deprecated - q3 2024 12

List of deprecated APIs that will be removed towards the end of Q3 2024.

GET
/v1/ordersdeprecated
Get Orders
trade-get-orders 6 params → 200401403429500
POST
/v1/ordersdeprecated
Create Order
trade-create-order 6 params body → 200400401403429500
DELETE
/v1/ordersdeprecated
Cancel Order
trade-cancel-order 10 params → 204401403404429500
GET
/v1/orders/{orderId}deprecated
Get Order by ID
trade-get-order-by-id 3 params → 200401403429500
POST
/v1/command?commandType=V1CancelAllOrdersdeprecated
Cancel All Open Limit Orders
trade-cancel-all-open-limit-orders 1 param body → 200400401403429500
POST
/v1/command?commandType=V1CancelAllOrdersByMarketdeprecated
Cancel All Open Limit Orders by Market
trade-cancel-all-open-limit-orders-by-market 1 param body → 200400401403429500
POST
/v1/command?commandType=V1DelayedCancelAllOrdersdeprecated
Cancel All Open Limit Orders after Delay
trade-delayed-cancel-all-open-limit-orders 1 param body → 200400401403429500
POST
/v1/command?commandType=V1UnsetDelayedCancelAllOrdersdeprecated
Cancel All Open Limit Orders after Delay Disable
trade-unset-delayed-cancel-all-open-limit-orders 1 param body → 200400401403429500
GET
/v1/amm-instructionsdeprecated
Get AMM Instructions
trade-get-amm-instructions 4 params → 200401403429500
POST
/v1/amm-instructionsdeprecated
Create AMM Instruction
trade-create-amm-instruction 5 params body → 200400401403429500
DELETE
/v1/amm-instructionsdeprecated
Terminate AMM Instruction
trade-terminate-amm-instruction 8 params → 204401403404429500
GET
/v1/amm-instructions/{liquidityId}deprecated
Get AMM Instruction by ID
trade-get-amm-instruction-by-id 3 params → 200401403429500

Schemas 43

The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are AMMInstruction (38 properties), Order (26 properties), CreateOrderCommand (11 properties), CreateAMMInstructionCommand (8 properties). Each schema is shown below with its type and property counts.

MarketSymbol
string
market symbol. E.g. BTCUSDC for SPOT and BTC-USDC-PERP for PERPETUAL market
BadOrderEntryResponse
object
3 properties 3 required
DelayedCancelAllOrdersCommand
object
4 properties 3 required
OrderTypeAsString
string
order type can have the following string values "LMT", "MKT", "STOPLIMIT", "POSTONLY"
DelayedCancelAllOrdersRequest
object
4 properties 4 required
CreateOrderResponse
object
3 properties 4 required
NonceAsString
string
the nonce is a client side incremented unsigned 64 bit integer expressed as string
OrderSideAsString
string
order side can have the following string values "BUY", "SELL"
CreateOrderCommand
object
11 properties 11 required
CancelAllOrdersByMarketCommand
object
3 properties 3 required
FeeTierId
string
unique fee tier ID, see [Get Market By Symbol](/rest/api/get-market-by-symbol)
Order
object
26 properties 26 required
CreateAMMInstructionRequest
object
4 properties 4 required
OrderTimeInForceAsString
string
time in force can have the following string values "GTC", "FOK", "IOC", see [details](/rest/general/order-type)
OrderStatusAsString
string
order status can have the following string values "OPEN", "CLOSED", "CANCELLED", "REJECTED"
TimeStampAsString
string
unsigned 64 bit integer value which is the number of milliseconds since EPOCH expressed as string
DelayedCancelAllOrdersResponse
object
2 properties 2 required
UnsetDelayedCancelAllOrdersRequest
object
4 properties 4 required
CancelAllOrdersByMarketRequest
object
4 properties 4 required
TradingAccountId
string
unique trading account ID
UnsetDelayedCancelAllOrdersResponse
object
2 properties 2 required
AMMInstruction
object
38 properties 33 required
Boolean
boolean
RequestID
string
OrderSide
string
DateTime
string
ISO 8601 with millisecond as string
AssetValue
string
see [asset value](/rest/general/price-quantity-precision) format
OrderID
string
OrderHandle
string
Unique numeric (i64) identifier generated on the client side expressed as a string value
CancelId
string
Unique id for this cancel request which is an unsigned 64 bit integer expressed as string
AMMInstructionStatus
string
UnsetDelayedCancelAllOrdersCommand
object
2 properties 2 required
CreateAMMInstructionCommand
object
8 properties 8 required
CancelAllOrdersByMarketResponse
object
2 properties 2 required
CreateOrderRequest
object
4 properties 4 required
CancelAllOrdersRequest
object
4 properties 4 required
CreateAMMInstructionResponse
object
3 properties 4 required
CancelAllOrdersResponse
object
2 properties 2 required
CancelAllOrdersCommand
object
2 properties 2 required
Authorizer
string
JWT authorizer you obtain along with the [JWT token](/rest/authenticationgenerate-a-jwt-token)
AMMInstructionID
string
OrderStatus
string
DelayBySeconds
string
Delay the cancel-all-orders request by (seconds) as a timeout mechanism

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bullish-deprecated-q3-2024-api-openapi.yml Raw ↑

Other APIs Bullish publishes across the network.

Bullish Deprecated Features and APIs
Bullish WebSocket Multi-Order Book API
Bullish WebSocket Anonymous Trades API
Bullish WebSocket Anonymous Ticks API
Bullish WebSocket Auction Feed API
Bullish WebSocket Index Data API
Bullish WebSocket Private Data API
Bullish FIX API
Bullish Aggregator API
Bullish Account Assets API
Bullish Amm Instructions API
Bullish Asset Data API
Where this information came from

This is an independent, third-party profile of Bullish deprecated - q3 2024 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.