가상 자산 주소 조회

SEARCH_ADDRESS

POST /api/v1/code/api-payloads

Input Body

{
    "allianceName": "CODE",
    "remotePublicKey": "8DJomhrvr0zD11+m3nwG3ZeO9OsSY8uLHdA7WgoaX0g=",
    "apiType": "SEARCH_ADDRESS",
    "request": {
        "currency": "XRP",
        "beneficiaryWalletAddress": "0x1234567890123456789012345678901234567890",
        "beneficiaryFirstName": "code", // optional
        "beneficiaryLastName": "vasp", // optional
        "beneficiaryLegalName": "test", // optional
        "nameIdentifierType": "LEGL" // optional
    }
}

Example Request

Example Response

Last updated