This returns a list of all VASPs that are interoperated with CODE for operation.

Returns a list of VASPs that have completed integration with CODE. This refers to a list of exchanges (VASPs) that comply with the Travel Rule and are capable of deposits and withdrawals. It may be provided to users as a 'List of Exchanges Available for Deposit and Withdrawal'. The actual possibility of deposits and withdrawals can vary according to the internal policies of the counterpart VASP. It is recommended to call this at regular intervals to update the information.

Response

NameRequiredType
healthRequiredstring
vaspEntityIdRequiredstring
vaspNameRequiredstring
countryOfRegistrationRequiredstring
allianceNameRequiredstring
pubkeysRequiredstring

health: check result of liveness of VASP API server If it is up, it is in service; if it is down, it is not in service.


vaspEntityId: unique ID assigned to VASP within the CODE system. This is not overlapped with other VASPs. Same as vaspName.


vaspName: VASP notation name. (ex. coinone, bithumb, korbit)


countryOfRegistration: country code where VASP is registered. This is a two-letter country code determined by ISO-3166-1 alpha-2. Ex) KR, JP, US, etc.


allianceName: the name of the Travel Rule Solution participating as a member.


pubkeys: an array of pubkey objects registered to VASP. Each object consists of pubkey and ExpiresAt fields.

-pubkey: base64-encoded pubkey

-expiresAt: ISO8601 UTC notation of the expiration time of pubkey

Example

Language