| Name | 설명 | 타입 |
|---|---|---|
| tokenSymbol* | 토큰 심볼 | string |
| partition* | 파티션 | string |
| from* | 보내는 주소 | string |
| to* | 받는 주소 | string |
| value* | 전송량 | string |
| Name | 설명 | 타입 |
|---|---|---|
| Authorization* | 액세스 토큰 | string |
| 필드 | 설명 | 타입 |
|---|---|---|
| first* | 토큰 전송 가능 여부 | boolean |
| second* | 토큰 전송 불가능 이유 | string |
| 코드 | 상태 | 메시지 | 설명 |
|---|---|---|---|
| SC0002 | 404 | 토큰을 찾을 수 없습니다. | 올바른 tokenSymbol이 존재하지 않습니다. 토큰 심볼을 확인해주세요. |
curl --location '/main/v1/transfer/possible?tokenSymbol=undefined&partition=undefined&from=undefined&to=undefined&value=undefined' \
--header 'Authorization: Bearer access-token'{
"first" : true,
"second" : " "
}