Fetch all your crypto beneficiaries.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "friendlyName": "string",
- "type": "PERSON",
- "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "active": true,
- "display": true,
- "status": "DECLINED",
- "walletDetails": {
- "address": "string",
- "blockchain": "BITCOIN",
- "type": "CUSTODIAL",
- "provider": "string"
}
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Create a crypto beneficiary in order to send digital assets.
This operation might require SCA.
Created
Waiting SCA
Bad Request
Unauthorized
Forbidden
Conflict
{- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "type": "PERSON",
- "name": "string",
- "friendlyName": "string",
- "display": true,
- "walletDetails": {
- "address": "string",
- "blockchain": "BITCOIN",
- "type": "CUSTODIAL",
- "provider": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get information on a crypto beneficiary.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "friendlyName": "string",
- "type": "PERSON",
- "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "active": true,
- "display": true,
- "status": "DECLINED",
- "walletDetails": {
- "address": "string",
- "blockchain": "BITCOIN",
- "type": "CUSTODIAL",
- "provider": "string"
}
}
Update information on a crypto beneficiary.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "active": true,
- "display": true,
- "friendlyName": "string",
- "name": "string",
- "status": "DECLINED"
}
{- "cryptoBeneficiaryId": "348139d3-780c-4a44-9242-2411d3b41501"
}