360X
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. RFQs
  • participants
    • Retrieve a participant
    • Index participants
  • accounts
    • Retrieve an account
    • Index accounts
  • users
    • Index users
    • Retrieve an user
  • buckets
    • Create a bucket
    • Index buckets
    • Retrieve a bucket
    • Update a bucket
    • Delete a bucket
  • settlement-providers
    • Index settlement providers
    • Toggle settlement provider enabled status
    • Set default settlement provider for account
    • Set default settlement provider for participant
  • markets
    • Retrieve a market
    • Index markets
  • instruments
    • Index instruments
    • Retrieve an instrument
  • offers
    • Create an offer
    • Index offers
    • Retrieve an offer
    • Update an offer
    • Reject a quote
  • RFQs
    • Create a RFQ
      POST
    • Get List of RFQs
      GET
    • Retrieve an RFQ by ID
      GET
    • Delete a RFQ
      DELETE
    • Update a RFQ
      PUT
    • Rejects a RFQ
      PUT
  • Indicative Price
    • Get indicative prices.
    • Create an Indicative Price
    • Update an Indicative Price
    • Delete an Indicative Price
  • trades
    • Index trades
    • Retrieve a trade
  • news
    • Index news
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. RFQs

Create a RFQ

Prod Env
https://app.360x.com
Prod Env
https://app.360x.com
POST
/api/v1/participant/rfq

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/json

Example
{
    "participant_id": "583b2192-1019-447d-a985-8aef53a77793",
    "account_id": "3a2f6d04-ae20-45f6-9450-c37562e888b0",
    "user_id": "ca031646-eeae-4ca6-9a68-99a23b8ffc6f",
    "instrument_id": "86ee9723-cda2-47a3-8ff7-795271026e26",
    "market_id": "36cd4dff-4adb-4be4-b90f-d71c0e8b2bca",
    "direction": "ask",
    "price": "4",
    "quantity": "44",
    "price_per_unit": "44",
    "filled_quantity": "44",
    "status": "created",
    "matched_offer_id": "31957eb2-d216-4661-a1b3-bdbac99332fc2",
    "notes": "Hello World!",
    "market_order": false,
    "settlement_date": "2020-06-24 00:00:00",
    "validity": "gtd",
    "valid_until": "2020-06-24 23:59:59",
    "is_executable": false,
    "settlement_provider_id": "203eb2bc-d48d-4b31-a454-51b6b6d6bd2c",
    "counterparties": [
        "583b2192-1019-447d-a985-8aef53a77793"
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.360x.com/api/v1/participant/rfq' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "participant_id": "583b2192-1019-447d-a985-8aef53a77793",
    "account_id": "3a2f6d04-ae20-45f6-9450-c37562e888b0",
    "user_id": "ca031646-eeae-4ca6-9a68-99a23b8ffc6f",
    "instrument_id": "86ee9723-cda2-47a3-8ff7-795271026e26",
    "market_id": "36cd4dff-4adb-4be4-b90f-d71c0e8b2bca",
    "direction": "ask",
    "price": "4",
    "quantity": "44",
    "price_per_unit": "44",
    "filled_quantity": "44",
    "status": "created",
    "matched_offer_id": "31957eb2-d216-4661-a1b3-bdbac99332fc2",
    "notes": "Hello World!",
    "market_order": false,
    "settlement_date": "2020-06-24 00:00:00",
    "validity": "gtd",
    "valid_until": "2020-06-24 23:59:59",
    "is_executable": false,
    "settlement_provider_id": "203eb2bc-d48d-4b31-a454-51b6b6d6bd2c",
    "counterparties": [
        "583b2192-1019-447d-a985-8aef53a77793"
    ]
}'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "823f350e-625e-41f7-be0c-826ff07e972d",
    "direction": "sell",
    "price": "44",
    "quantity": "44",
    "price_per_unit_clean": "44",
    "price_per_unit": {
        "limit_price": 100,
        "__typename": "LimitOrderPrice"
    },
    "filled_quantity": "44",
    "status": "",
    "matched_offer_id": "31957eb2-d216-4661-a1b3-bdbac99332fc2",
    "type": "",
    "notes": "Hello World!",
    "settlement_date": "2020-06-24 00:00:00",
    "validity": "",
    "createdAt": "2020-06-24 22:57:36",
    "updatedAt": "2020-06-24 22:57:36",
    "valid_until": "",
    "market_order": false,
    "participant_id": "583b2192-1019-447d-a985-8aef53a77793",
    "account_id": "3a2f6d04-ae20-45f6-9450-c37562e888b0",
    "market_id": "36cd4dff-4adb-4be4-b90f-d71c0e8b2bc",
    "instrument_id": "86ee9723-cda2-47a3-8ff7-795271026e26",
    "user_id": "ca031646-eeae-4ca6-9a68-99a23b8ffc6f",
    "modified_at": "",
    "is_executable": false,
    "message": "Hello World",
    "instrument": {
        "id": "aa0339d1bf484229bbcd570da5f52828",
        "name": "Krypto-Unternehmenswandelanleihe",
        "type": "Fixed",
        "icon_url": null,
        "precision": 8,
        "contract_config": null,
        "fee_limit_config": null,
        "subunits_config": 8,
        "enabled": true,
        "minimal_collection_amount": null,
        "withdraw_fee": 0,
        "max_withdrawal_amount": null,
        "min_withdraw_fee": 0,
        "max_withdraw_fee": 0,
        "balance": null,
        "buyer_primary_fee": null,
        "buyer_secondary_fee": null,
        "seller_secondary_fee": null,
        "seller_primary_fee": null,
        "transaction_fees_approved": false,
        "state": "BLANK",
        "visibility": true,
        "product_page_url": null,
        "repayment_enabled": null,
        "terms_url": null,
        "issuer_participant_id": null,
        "industry": "Undisclosed",
        "isin": "EXAMPLEISIN",
        "mkt_iss": "EURO CREDIT",
        "country_region": "DE",
        "rank": "Senior",
        "secured": "Undisclosed",
        "coupon": "3000.000",
        "coupon_frequency": "Semi-annual",
        "day_count": "Undisclosed",
        "maturity": "Invalid date",
        "repayment": "Undisclosed",
        "currency": "EUR",
        "series": "Undisclosed",
        "coupon_type": "Undisclosed",
        "issue_price": "Undisclosed",
        "bid_limit": "Undisclosed",
        "ask_limit": "Undisclosed",
        "ask_quantity": "Undisclosed",
        "reoffer": "Undisclosed",
        "iss_sprd": "Undisclosed",
        "benchmark_ref_px": "Undisclosed",
        "benchmark_ref_yield": "Undisclosed",
        "irs_yield": "Undisclosed",
        "iss_sprd_vs_irs": "Undisclosed",
        "pricing_date": "2022-03-28T00:00:00.000Z",
        "interest_accrual_date": "2022-03-28T00:00:00.000Z",
        "first_settle_date": "2022-09-28T00:00:00.000Z",
        "first_coupon_date": "2022-09-28T00:00:00.000Z",
        "amt_issue": "1999984",
        "amt_outstanding": "Undisclosed",
        "min_piece": "28",
        "min_increment": "28",
        "par_amount": "28",
        "book_runner": "360X",
        "exchange": "360X",
        "note": "Issuer GmbH",
        "issuer": "Issuer AG",
        "lei": null,
        "unit_quotation": "Undisclosed",
        "instrument_limits": {
            "ask": [],
            "bid": []
        },
        "createdAt": "2024-11-19 11:23:35",
        "updatedAt": "2024-11-19 11:04:50"
    }
}
🟠400400
🟠401401
🟠403403
🟠404404
🔴502502
Modified at 2025-05-31 13:39:44
Previous
Reject a quote
Next
Get List of RFQs