360X
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. trades
  • 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
    • 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
      GET
    • Retrieve a trade
      GET
  • news
    • Index news
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. trades

Retrieve a trade

Prod Env
https://app.360x.com
Prod Env
https://app.360x.com
GET
/api/v1/trades/{tradeId}

Request

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

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/trades/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "73964f45-e424-4fde-8498-dd532c80ba6d",
    "transaction_identification_code": "360x",
    "ask_order_id": "8f3db243-8db4-46cb-b331-0709f8abc7e2",
    "bid_order_id": "66111c53-5213-43e2-a346-8d530aea81eb",
    "market_id": "b6fea9d9-a417-4ffd-be80-310ec007ef87",
    "status": "successful",
    "createdAt": "2020-06-24 22:57:36",
    "updatedAt": "2020-06-24 22:57:36",
    "quantity": 1,
    "price": 150,
    "price_per_unit": 50,
    "settlement_date": "2020-06-24 00:00:00",
    "fee": 0,
    "execution_type": "otc",
    "ask_order": {
        "id": "7108127edfd34d64bb5f92d98ae01c9a",
        "direction": "ask",
        "price": 0.01,
        "quantity": "1.0000000000",
        "price_per_unit": "100.0000000000",
        "filled_quantity": "1.0000000000",
        "status": "internally_approved",
        "type": "limit_order",
        "expires_at": null,
        "createdAt": "2024-11-19 11:22:55",
        "updatedAt": "2024-11-19 11:22:55",
        "account": {
            "id": "7043329f5f8c4d3cb0bf6486f02f7465",
            "number": "DEWHSLA8198",
            "status": "active",
            "type": "agent",
            "participant": null,
            "participant_id": "9646f35b32934be7a049bf7d7bf3b793",
            "createdAt": "2024-11-19 10:17:49",
            "updatedAt": "2024-11-19 10:17:49"
        },
        "account_id": "7043329f5f8c4d3cb0bf6486f02f7465",
        "participant": {
            "id": "9646f35b32934be7a049bf7d7bf3b793",
            "lei": "Example Participant LEI",
            "type": "legal_entity",
            "category_name": "professional",
            "name": "Example Participant Name",
            "address": "Grüneburgweg 16",
            "postal_code": "60322",
            "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"
        },
        "participant_id": "9646f35b32934be7a049bf7d7bf3b793",
        "market_id": "2d2be3bc9ddd11ef983e0242ac120004",
        "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 13:19:53",
            "updatedAt": "2024-11-19 11:04:50"
        },
        "instrument_id": "aa0339d1bf484229bbcd570da5f52828",
        "offer": {
            "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 Participant Name",
                "address": "Grüneburgweg 16",
                "postal_code": "60322",
                "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",
            "user": {
                "id": "030811eba9ba49e081f1574d77c2a5e7",
                "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": "9646f35b32934be7a049bf7d7bf3b793",
                "terms_conditions_signed_at": "2024-11-19 13:19:53",
                "createdAt": "2024-11-19 09:29:26",
                "updatedAt": "2024-11-19 10:49:43",
                "profiles": [
                    {}
                ],
                "phones": [
                    {}
                ],
                "participant": null,
                "accounts": []
            },
            "account_id": "7043329f5f8c4d3cb0bf6486f02f7465",
            "account": {
                "id": "7043329f5f8c4d3cb0bf6486f02f7465",
                "number": "DEWHSLA8198",
                "status": "active",
                "type": "agent",
                "participant": null,
                "participant_id": "9646f35b32934be7a049bf7d7bf3b793",
                "createdAt": "2024-11-19 10:17:49",
                "updatedAt": "2024-11-19 10:17:49"
            },
            "market_id": "2d2be3bc9ddd11ef983e0242ac120004",
            "instrument_id": "aa0339d1bf484229bbcd570da5f52828",
            "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 13:19:53",
                "updatedAt": "2024-11-19 11:04:50"
            },
            "validity": "gtc",
            "valid_until": null,
            "modified_at": "2024-11-19T10:20:54.000Z",
            "is_executable": true,
            "message": null
        },
        "offer_id": "fe42a412aa0d4065a664c6acfd455d5f"
    },
    "bid_order": {
        "id": "0d170a12048f499bb728d9b499646bbf",
        "direction": "bid",
        "price": 1,
        "quantity": "1.0000000000",
        "price_per_unit": "100.0000000000",
        "filled_quantity": "1.0000000000",
        "status": "internally_approved",
        "type": "limit_order",
        "expires_at": null,
        "createdAt": "2024-11-19 11:22:55",
        "updatedAt": "2024-11-19 11:22:55",
        "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"
        },
        "account_id": "94f292a023c94bbba8722ed6460a8011",
        "participant": {
            "id": "9646f35b32934be7a049bf7d7bf3b793",
            "lei": "Example Participant LEI",
            "type": "legal_entity",
            "category_name": "professional",
            "name": "Example Participant Name",
            "address": "Grüneburgweg 16",
            "postal_code": "60322",
            "city": "Frankfurt am Main",
            "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"
        },
        "participant_id": "0773f055d63947379592f19d25fc35a6",
        "market_id": "2d2be3bc9ddd11ef983e0242ac120004",
        "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 13:19:53",
            "updatedAt": "2024-11-19 11:04:50"
        },
        "instrument_id": "aa0339d1bf484229bbcd570da5f52828",
        "offer": {
            "id": "b9d95e639b974d0e9e13f7e8b0031bce",
            "direction": "bid",
            "price": 1,
            "quantity": 1,
            "price_per_unit_clean": 100,
            "price_per_unit": {
                "limit_price": 100,
                "__typename": "LimitOrderPrice"
            },
            "status": "closed",
            "type": "offer",
            "notes": "",
            "market_order": false,
            "filled_quantity": 1,
            "settlement_date": null,
            "createdAt": "2024-11-19T10:22:55.000Z",
            "updatedAt": "2024-11-19T10:22:55.000Z",
            "participant_id": "0773f055d63947379592f19d25fc35a6",
            "participant": {
                "id": "9646f35b32934be7a049bf7d7bf3b793",
                "lei": "Example Participant LEI",
                "type": "legal_entity",
                "category_name": "professional",
                "name": "Example Participant Name",
                "address": "Grüneburgweg 16",
                "postal_code": "60322",
                "city": "Frankfurt am Main",
                "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"
            },
            "user_id": "14d7c424fc41436c9e7202da3641cc30",
            "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 13:19:53",
                "createdAt": "2024-11-19 09:29:33",
                "updatedAt": "2024-11-19 10:54:09",
                "profiles": [
                    {}
                ],
                "phones": [
                    {}
                ],
                "participant": null,
                "accounts": []
            },
            "account_id": "94f292a023c94bbba8722ed6460a8011",
            "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",
            "instrument_id": "aa0339d1bf484229bbcd570da5f52828",
            "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 13:19:53",
                "updatedAt": "2024-11-19 11:04:50"
            },
            "validity": "gtc",
            "valid_until": null,
            "modified_at": "2024-11-19T10:22:55.000Z",
            "is_executable": true,
            "message": null
        },
        "offer_id": "b9d95e639b974d0e9e13f7e8b0031bce"
    },
    "market": {
        "id": "2d2be3bc9ddd11ef983e0242ac120004",
        "name": "360X OTC",
        "type": "360X OTC",
        "facility_type": "OTC",
        "timezone": "UTC",
        "is_enabled": true,
        "is_partial_fill_allowed": true
    }
}
🟠400400
🟠401401
🟠403403
🟠404404
🔴502502
Modified at 2025-05-31 13:39:44
Previous
Index trades
Next
Index news