v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBTrusted Destinations
Create new Trusted Destinations
Permissions required: Manage Trusted Destinations
Create new Trusted Destinations
post/trusted_destinations
Request body
Example request
{
"idempotentId": "1ca86e65-4340-4876-85f4-8334852b9c43",
"owner": {
"type": "CUSTOMER"
},
"trustedDestinations": [
{
"address": "2N19AcihQ1a4MxQW658UFHTioUNnMkiHPkw",
"assetType": "BTC",
"isNetworkLevel": true,
"memo": "Internal trade ID 0xabc123",
"trustedDestinationAmlQuestionnaire": {
"destinationType": "FINANCIAL_INSTITUTION",
"institutionCountry": "US",
"institutionName": "Coinbase",
"recipientCity": "San Francisco",
"recipientCountry": "JP",
"recipientFirstName": "Satoshi",
"recipientFullName": "Satoshi Nakamoto",
"recipientLastName": "Nakamoto",
"recipientPostalCode": "65584-5678",
"recipientStateProvince": "Wyoming",
"recipientStreetAddress": "1234 NW Bobcat Lane, St. Robert, MO",
"recipientType": "PERSON",
"selfhostedDescription": "An explanation about where this address is held",
"selfhostedWalletOwner": "MY_ORGANIZATION"
}
}
]
}Response
Successfully started creation of Trusted Destinations
Example response
{
"creationRequestId": "1ca86e65-4340-4876-85f4-8334852b9c43"
}