AML
Country Data
Crypto
- Private
- Public
Customer
- 2FA
- AccessControl
- Active Session
- Credentials
- Customer
- Organization
IPG
- IPG Backoffice APIs
- IPG Payment APIs
KYB
- Company
- EIN Verification
- IBAN Verification
- NIF Verification
- Product
- System
- TIN Verification
- VAT Verification
KYC
PEPS
- Default
- GETGet get profile
Smart Contract
- Global Settings
- Rules
- Smart Contract
Wallet
- Admin
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Allowed Operation
Get operations by assetId
GET
/
{walletId}
/
asset
/
{assetId}
/
operation
Copy
curl --request GET \
--url https://gateway.varchev.com/wallet/{walletId}/asset/{assetId}/operation \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"operationType": "buy",
"assetType": "currency",
"name": "<string>",
"isSameWallet": true,
"ownerId": "<string>",
"operationDestination": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"direction": "source",
"type": "asset",
"ownerId": "<string>",
"operationAddresses": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"type": "wallet_owner_platform",
"data": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>"
},
"ownerId": "<string>"
}
],
"currencyPairs": [
{
"id": "<string>",
"baseCurrency": "<string>",
"quoteCurrency": "<string>",
"pair": "<string>",
"baseCurrencyId": "<string>",
"quoteCurrencyId": "<string>"
}
]
},
"fees": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"type": "fixed",
"feeValue": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"paidBy": "source",
"feeSharing": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"source": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"destination": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"ownerId": "<string>"
},
"isDynamic": true,
"feeApiAddress": "<string>",
"group": 123,
"order": 123,
"ownerId": "<string>",
"appliedTo": "base",
"feeLimit": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"enforcementPoint": "UI",
"priority": 123,
"order": 123,
"action": "deny",
"ownerId": "<string>",
"conditions": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"priority": 123,
"order": 123,
"requirementType": "kyc",
"operation": "lessThan",
"objectRef": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"value": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"ownerId": "<string>"
}
]
},
"defaultApiFee": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
}
}
],
"limits": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"enforcementPoint": "UI",
"priority": 123,
"order": 123,
"action": "deny",
"ownerId": "<string>",
"conditions": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"priority": 123,
"order": 123,
"requirementType": "kyc",
"operation": "lessThan",
"objectRef": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"value": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"ownerId": "<string>"
}
]
}
]
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Response
200 - application/json
Get operations by assetId
The response is of type object
.
Copy
curl --request GET \
--url https://gateway.varchev.com/wallet/{walletId}/asset/{assetId}/operation \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"operationType": "buy",
"assetType": "currency",
"name": "<string>",
"isSameWallet": true,
"ownerId": "<string>",
"operationDestination": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"direction": "source",
"type": "asset",
"ownerId": "<string>",
"operationAddresses": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"type": "wallet_owner_platform",
"data": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>"
},
"ownerId": "<string>"
}
],
"currencyPairs": [
{
"id": "<string>",
"baseCurrency": "<string>",
"quoteCurrency": "<string>",
"pair": "<string>",
"baseCurrencyId": "<string>",
"quoteCurrencyId": "<string>"
}
]
},
"fees": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"type": "fixed",
"feeValue": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"paidBy": "source",
"feeSharing": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"source": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"destination": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
},
"ownerId": "<string>"
},
"isDynamic": true,
"feeApiAddress": "<string>",
"group": 123,
"order": 123,
"ownerId": "<string>",
"appliedTo": "base",
"feeLimit": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"enforcementPoint": "UI",
"priority": 123,
"order": 123,
"action": "deny",
"ownerId": "<string>",
"conditions": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"priority": 123,
"order": 123,
"requirementType": "kyc",
"operation": "lessThan",
"objectRef": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"value": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"ownerId": "<string>"
}
]
},
"defaultApiFee": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>",
"ownerId": "<string>",
"instanceRef": "<string>",
"instanceBaseRef": "<string>"
}
}
],
"limits": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"enforcementPoint": "UI",
"priority": 123,
"order": 123,
"action": "deny",
"ownerId": "<string>",
"conditions": [
{
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"priority": 123,
"order": 123,
"requirementType": "kyc",
"operation": "lessThan",
"objectRef": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"value": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "2cdc8ab1-6d50-49cc-ba14-54e4ac7ec231"
},
"auditData": {
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>",
"dataId": "<string>"
},
"ownerId": "<string>"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.