Brokers

get

Retrieve a list of brokers supported by the platform.

Query parameters
modestring · enumOptional

Strategy applied when filtering/searching on multiple fields

Possible values:
Responses
chevron-right
200

Successfully retrieved a list of items.

application/json
get
/brokers
200

Successfully retrieved a list of items.

get

Get specific broker information in the system

Path parameters
brokerIdstring · uuidRequired

Broker UUID identifier, globally unique to Axiology TSS

Example: 6e1ec7fe-a1c8-481c-8e4e-f6cdca05177f
Responses
chevron-right
200

Found broker

application/json
createdAtstring · date-timeRequired

Created date

updatedAtstring · date-timeRequired

Updated date

namestring · min: 1 · max: 256Required

Name of the company

Example: Axiology DLT, UAB
emailstring · email · nullableRequired

Email of a participant

leiCodestring · lei-code · min: 20 · max: 20Required

Legal Entity Identifier (LEI) code

Example: 259400P9K73EP4XNK437Pattern: ^[A-Z0-9]{4}00[A-Z0-9]{14}$
companyCodestring · min: 6 · max: 30Required

Company registration code

Example: 306440582Pattern: ^[A-Z0-9]{6-30}$
representorCompanyCodestring · min: 6 · max: 30 · nullableRequired

Company registration number of participant representor

Example: 306440582Pattern: ^[A-Z0-9]{6-30}$
countryCodestring · iso3166-1-alpha-2 · min: 2 · max: 2Required

Country code of the participant

Example: LTPattern: ^[A-Z]{2}$
branchCountryCodestring · iso3166-1-alpha-2 · min: 2 · max: 2 · nullableRequired

Country code of the branch

Example: LTPattern: ^[A-Z]{2}$
institutionSectorCodestring · enumRequired

Institutional Sector Code from 2010 ESA Standards

Possible values:
isLiquidityProviderbooleanRequired

Is participant a liquidity provider in the market

Default: falseExample: false
idstring · uuidRequired

Id of a Broker

Example: 7bf5c80c-1965-406e-804a-e35bacee0ef1
get
/brokers/{brokerId}
200

Found broker

Last updated