ID Connect VASP 목록 조회
CODE와 ID Connect로 연동된 VASP 의 목록을 반환합니다.
[
{
"vaspEntityId":"UMxxxxxxxxxpJbm",
"vaspName":"code",
"countryOfRegistration":"KR",
"allianceName":"XTKITR",
"optionProperties":[
{
"coin":"BTC",
"depositAllEnable":true,
"withdrawAllEnable":true,
"networkList":[
{
"network":"BSC",
"entityTag":"main",
"depositEnable":true,
"withdrawEnable":true
},
{
"network":"BTC",
"entityTag":"main",
"depositEnable":true,
"withdrawEnable":true
},
...
{
"network":"LIGHTNING",
"entityTag":"main",
"depositEnable":true,
"withdrawEnable":true
}
]
}
]
}
]Last updated