360X
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. settlement-providers
  • 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
      GET
    • Toggle settlement provider enabled status
      PUT
    • Set default settlement provider for account
      PUT
    • Set default settlement provider for participant
      PUT
  • 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
    • Retrieve a trade
  • news
    • Index news
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. settlement-providers

Toggle settlement provider enabled status

Prod Env
https://app.360x.com
Prod Env
https://app.360x.com
PUT
/api/v1/settlement-providers/{id}/toggle

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 PUT 'https://app.360x.com/api/v1/settlement-providers//toggle' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Settlement Provider enabled status toggled successfully
application/json
Body

Example
{
    "id": "d0ade041-94a6-4ce0-853a-6bf56e027102",
    "provider": "Example Provider",
    "status": "default",
    "type": "type1",
    "enabled": true,
    "participant_id": "a99abd37-89a8-493d-bdc0-b20149bb2b27",
    "account_id": "e075b996-88f9-4c40-b1be-43760e63c2cb",
    "swiat_id": "SXYZ123456",
    "d7_id": "D7ABC789",
    "pset": "PSET12345",
    "agent_name": "Agent Bank",
    "agent_bic": "AGENTBIC",
    "agent_number": "AG123456",
    "localcode": "LC789012",
    "csd_bic11": "CSDBIC1234",
    "custody_account_number": "CUS987654",
    "beneficiary_bic8": "BENEF123",
    "buyr_sell_name": "Buyer Seller Name",
    "buyr_sell_bic": "BUYRSELL",
    "safe": "SAFE456789",
    "createdAt": "2020-06-24T22:57:36.000Z",
    "updatedAt": "2020-06-24T22:57:36.000Z"
}
🟠400400
🟠401401
🟠403403
🟠404404
🔴502502
Modified at 2025-05-31 13:39:44
Previous
Index settlement providers
Next
Set default settlement provider for account