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.

❗️This API works in a synchronous manner, providing an immediate response upon request.


Response

NameRequiredType
healthRequiredstring
vaspEntityIdRequiredstring
vaspNameRequiredstring
vaspLegalNameRequiredstring
countryOfRegistrationRequiredstring
allianceNameRequiredstring
pubkeysRequiredstring

health: Health check result of VASP's API server. If the server is 'up', it is in service; if it is 'down', it is out of service and should not send any requests.


vaspEntityId: A unique ID assigned to a VASP within the CODE system, ensuring no overlap with other VASPs. This is the same as 'vaspName'.


vaspName: VASP notation name. It is used as a key to find a specific VASP from the list.
(e.g. coinone, bithumb, korbit)


vaspLegalName: VASP's legal name on registration paper.
(e.g. Bithumb Korea Co.,Ltd., Coinone Inc., Korbit Inc.)


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 used by the VASP.


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

-pubkey: base64-encoded public key.

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

Example

Language
Authorization
Header
Click Try It! to start a request and see the response here!