자산 이전 허가 요청
TRANSFER_AUTHORIZATION
POST /api/v1/code/api-payloads
Input Body
{
"allianceName": "CODE",
"remotePublicKey": "8DJomhrvr0zD11+m3nwG3ZeO9OsSY8uLHdA7WgoaX0g=",
"apiType": "TRANSFER_AUTHORIZATION",
"request": {
"amount": "0.00001",
"tradePrice": "55555",
"transferId": "qwewq51312",
"tradeCurrency": "KRW",
"historicalCost": "",
"currency": "BTC",
"originatingVasp": {},
"isExceedingThreshold": true,
// originator
"originatorNaturalPersonLastName": "Barnes",
"originatorNaturalPersonFirstName": "Robert",
"originatorNaturalPersonLocalLastName": "반스",
"originatorNaturalPersonLocalFirstName": "로버트",
"originatorLegalName": "(주)코인원",
"originatorLegalPersonLastName": "Kim",
"originatorLegalPersonFirstName": "Chulsu",
"originatorLegalPersonLocalLastName": "김",
"originatorLegalPersonLocalFirstName": "철수",
"nameIdentifierType": "LEGL",
"customerIdentification": "3213213qweqwe213312",
"originatorWalletAddress": "012345678900",
// originatingVasp
"originatingVaspCountryOfRegistration": "KR",
"originatingVaspLegalName": "Korbit Inc.",
"originatingVaspAddressType": "GEOG",
"originatingVaspTownName": "Seoul",
"originatingVaspAddressLine": [
"14 Teheran-ro 4-gil, Gangnam-gu",
"4th floor"
],
"originatingVaspCountry": "KR",
"originatingVaspNationalIdentifier": "1234567890",
"originatingVaspNationalIdentifierType": "RAID",
"originatingVaspRegistrationAuthority": "RA000657",
// beneficiary
"beneficiaryWalletAddress": "012345678901",
"beneficiaryNaturalPersonLastName": "스미스",
"beneficiaryNaturalPersonFirstName": "앨리스",
"beneficiaryNaturalPersonLocalLastName": "Smith",
"beneficiaryNaturalPersonLocalFirstName": "Alice",
"beneficiaryLegalName": "(주)코인원",
"beneficiaryLegalPersonLastName": "Kim",
"beneficiaryLegalPersonFirstName": "Minsu",
"beneficiaryLegalPersonLocalLastName": "김",
"beneficiaryLegalPersonLocalFirstName": "민수"
}
}Example Request
Example Response
Last updated