v1

latestOpenAPI 3.0.22026-07-17191121.5 KB
admins

Configure the default settlement engines to use for the given asset codes. If an account is not configured with a `settlement_engine_url` but the account's `asset_code` has a settlement engine configured here, the account will automatically be set up to use that settlement engine

put/settlement/engines

Headers

authorizationstring required

Bearer token with the administrator's authorization

Request body

SettlementEngines required

Example request

{
  "ABC": "http://localhost:3001",
  "XYZ": "http://localhost:3002"
}

Response

Returns the created engines

Routes required

Example response

{
  "example.op1.alice": "alice",
  "example.op1": "op1"
}