Issuers

get

Retrieve a list of issuers supported by the platform.

Query parameters
modestring · enumOptional

Strategy applied when filtering/searching on multiple fields

Possible values:
orderanyOptional

Array of fields and directions to order. Supported fields: createdAt, name, countryCode

Responses
200

Successfully retrieved a list of items.

application/json
get
/issuers
200

Successfully retrieved a list of items.

Create issuer

post

Create an issuer

Body
namestring · min: 1 · max: 256Required

Name of the company issuing the asset

Example: Axiology DLT, UAB
typeall ofRequired

Type of the company/institution issuing the asset

Example: corporation
string · enumOptional

Type of the company/institution issuing the asset

Possible values:
companyCodestring · min: 6 · max: 30Required

Company registry code or another unique identifier of the company/institution issuing the asset

Example: 306440582Pattern: ^[A-Z0-9]{6-30}$
addressstringRequired

Address of headquarters

Example: Aukštaičių g. 7, LT-11341 Vilnius
postalAddressstringOptional

Postal address

Example: Aukštaičių g. 7, LT-11341 Vilnius
countryCodestring · iso3166-1-alpha-2 · min: 2 · max: 2Required

Country code of where the issuing company is located

Example: LTPattern: ^[A-Z]{2}$
leiCodestring · lei-code · min: 20 · max: 20Optional

Legal Entity Identifier (LEI) code

Example: 259400P9K73EP4XNK437Pattern: ^[A-Z0-9]{4}00[A-Z0-9]{14}$
vatCodestring · vat-codeOptional

Value-added tax identification number

Example: LT123456789
emailstring · emailOptional

Email of the issuing company’s representative

Example: info@axiology.xyz
institutionSectorCodeall ofRequired

Institutional Sector Code from 2010 ESA Standards

Example: S.125
string · enumOptional

Institutional Sector Code from 2010 ESA Standards

Possible values:
ratingAgencystringOptional

Rating agency that has rated the issuing company

Example: Moody’s
ratingstringOptional

Rating of the issuing company

Example: Aaa
Responses
post
/issuers
201

Created issuer

get

Retrieve full information about a single issuer, specified by issuer account address in the path

Path parameters
issuerIdstring · uuidRequired

Issuer UUID identifier, unique in scope of this node

Example: 2711ebca-347f-43b7-8db9-278dcea39eb8
Responses
200

Successfully received an issuer

application/json
get
/issuers/{issuerId}
200

Successfully received an issuer

Update issuer

patch

Update issuer's details

Path parameters
issuerIdstring · uuidRequired

Issuer UUID identifier, unique in scope of this node

Example: 2711ebca-347f-43b7-8db9-278dcea39eb8
Body
namestring · min: 1 · max: 256Optional

Name of the company issuing the asset

Example: Axiology DLT, UAB
typeall ofOptional

Type of the company/institution issuing the asset

Example: corporation
string · enumOptional

Type of the company/institution issuing the asset

Possible values:
companyCodestring · min: 6 · max: 30Optional

Company registry code or another unique identifier of the company/institution issuing the asset

Example: 306440582Pattern: ^[A-Z0-9]{6-30}$
addressstringOptional

Address of headquarters

Example: Aukštaičių g. 7, LT-11341 Vilnius
postalAddressobject | nullableOptional

Postal address

Example: Aukštaičių g. 7, LT-11341 Vilnius
countryCodestring · iso3166-1-alpha-2 · min: 2 · max: 2Optional

Country code of where the issuing company is located

Example: LTPattern: ^[A-Z]{2}$
leiCodestring · lei-code · min: 20 · max: 20Optional

Legal Entity Identifier (LEI) code

Example: 259400P9K73EP4XNK437Pattern: ^[A-Z0-9]{4}00[A-Z0-9]{14}$
vatCodestring · vat-codeOptional

Unique identifier of the company/institution issuing the asset (VAT)

Example: LT123456789
emailstring · email | nullableOptional

Email of the issuing company’s representative

Example: info@axiology.xyz
institutionSectorCodeall ofOptional

Institutional Sector Code from 2010 ESA Standards

Example: S.125
string · enumOptional

Institutional Sector Code from 2010 ESA Standards

Possible values:
ratingAgencystring | nullableOptional

Rating agency that has rated the issuing company

Example: Moody’s
ratingstring | nullableOptional

Rating of the issuing company

Example: Aaa
Responses
patch
/issuers/{issuerId}
201

Updated issuer

get

Retrieve a list of issuer bonds supported by the platform.

Path parameters
issuerIdstring · uuidRequired

Issuer UUID identifier, unique in scope of this node

Example: 2711ebca-347f-43b7-8db9-278dcea39eb8
Query parameters
Responses
200

Successfully retrieved a list of items.

application/json
get
/issuers/{issuerId}/bonds
200

Successfully retrieved a list of items.

get

Retrieve a list of issuer equities supported by the platform.

Path parameters
issuerIdstring · uuidRequired

Issuer UUID identifier, unique in scope of this node

Example: 2711ebca-347f-43b7-8db9-278dcea39eb8
Query parameters
Responses
200

Successfully retrieved a list of items.

application/json
get
/issuers/{issuerId}/equities
200

Successfully retrieved a list of items.

Last updated