360X
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. offers
  • 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
      POST
    • Index offers
      GET
    • Retrieve an offer
      GET
    • Update an offer
      PUT
    • Reject a quote
      DELETE
  • RFQs
    • Create a RFQ
    • Get List of RFQs
    • Retrieve an RFQ by ID
    • Delete a RFQ
    • Update a RFQ
    • Rejects a RFQ
  • 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. offers

Index offers

Prod Env
https://app.360x.com
Prod Env
https://app.360x.com
GET
/api/v1/participant/offers

Request

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

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 GET 'https://app.360x.com/api/v1/participant/offers' \
--header 'Authorization: Bearer <token>'

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": "request_for_quote",
        "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",
        "matched_offers": [
            {
                "id": "fe42a412aa0d4065a664c6acfd455d5f",
                "direction": "ask",
                "price": 0.01,
                "quantity": 1,
                "price_per_unit_clean": 1,
                "price_per_unit": {
                    "limit_price": 1,
                    "__typename": "LimitOrderPrice"
                },
                "status": "closed",
                "type": "offer",
                "notes": "",
                "market_order": false,
                "filled_quantity": 1,
                "settlement_date": null,
                "createdAt": "2024-11-19T10:20:54.000Z",
                "updatedAt": "2024-11-19T10:20:54.000Z",
                "participant_id": "9646f35b32934be7a049bf7d7bf3b793",
                "participant": {
                    "id": "9646f35b32934be7a049bf7d7bf3b793",
                    "lei": "Example Participant LEI",
                    "type": "legal_entity",
                    "category_name": "professional",
                    "name": "Example Name",
                    "address": "Example Address, 1",
                    "postal_code": "65812",
                    "city": "Frankfurt am Main",
                    "state": "Hessen",
                    "country": "DE",
                    "legal_form": "GmbH",
                    "registration_number": "123",
                    "tax_number": "123",
                    "status": "active",
                    "kyc_status": "successful",
                    "csd": "123",
                    "csd_bic_11": "123",
                    "custody_account_number": "123",
                    "custody_account_beneficiary_bic_8": "123",
                    "createdAt": "2024-11-19 09:28:10",
                    "updatedAt": "2024-11-19 09:59:27"
                },
                "user_id": "030811eba9ba49e081f1574d77c2a5e7",
                "account_id": "7043329f5f8c4d3cb0bf6486f02f7465",
                "market_id": "2d2be3bc9ddd11ef983e0242ac120004",
                "instrument_id": "aa0339d1bf484229bbcd570da5f52828",
                "instrument": {
                    "id": "aa0339d1bf484229bbcd570da5f52828",
                    "book_runner": "360X",
                    "exchange": "360X",
                    "unit_quotation": "Undisclosed",
                    "instrument_limits": {
                        "ask": [],
                        "bid": []
                    },
                    "createdAt": "2024-11-19 11:23:35",
                    "updatedAt": "2024-11-19 11:23:35"
                },
                "validity": "gtc",
                "valid_until": null,
                "modified_at": "2024-11-19T10:20:54.000Z",
                "is_executable": true,
                "message": null
            }
        ],
        "participant": {
            "id": "0773f055d63947379592f19d25fc35a6",
            "lei": "Example Participant LEI",
            "type": "legal_entity",
            "category_name": "professional",
            "name": "Example Participant Name",
            "address": "Grüneburgweg 13",
            "postal_code": "60313",
            "city": "Frankfurt",
            "state": "Hessen",
            "country": "AT",
            "legal_form": "OG",
            "registration_number": "HRB123457",
            "tax_number": "2",
            "status": "active",
            "kyc_status": "successful",
            "csd": "123",
            "csd_bic_11": "123",
            "custody_account_number": "CSD345678",
            "custody_account_beneficiary_bic_8": "123",
            "createdAt": "2024-11-18 15:49:40",
            "updatedAt": "2024-11-19 10:50:07"
        },
        "account": {
            "id": "94f292a023c94bbba8722ed6460a8011",
            "number": "ATWHSLA6661",
            "status": "active",
            "type": "agent",
            "participant": null,
            "participant_id": "0773f055d63947379592f19d25fc35a6",
            "createdAt": "2024-11-19 10:50:12",
            "updatedAt": "2024-11-19 10:50:12"
        },
        "market": {
            "id": "2d2be3bc9ddd11ef983e0242ac120004",
            "name": "360X OTC",
            "type": "360X OTC",
            "facility_type": "OTC",
            "timezone": "UTC",
            "is_enabled": true,
            "is_partial_fill_allowed": true
        },
        "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"
        },
        "user": {
            "id": "14d7c424fc41436c9e7202da3641cc30",
            "email": "idonotexist@360x.com",
            "role": "PARTICIPANT_ADMIN",
            "is_email_verified": true,
            "identification_status": "successful",
            "is_login_two_fa_enabled": false,
            "terms_conditions_signed": true,
            "last_active": "2024-11-19 00:00:00",
            "status": "active",
            "locale": "en",
            "participant_id": "0773f055d63947379592f19d25fc35a6",
            "terms_conditions_signed_at": "2024-11-19 11:23:35",
            "createdAt": "2024-11-19 09:29:33",
            "updatedAt": "2024-11-19 10:54:09",
            "profiles": [
                {}
            ],
            "phones": [
                {}
            ],
            "participant": null,
            "accounts": []
        }
    }
]
🟠400400
🟠401401
🟠403403
🟠404404
🔴502502
Modified at 2025-05-31 13:39:44
Previous
Create an offer
Next
Retrieve an offer