{
"entityAccountId": "A6U9PbCi6iOu4HLR0p8cB5kJ9lVae1gM",
"sourceId": "uw5tdTez5AqVfwESl1eUYXDosJPk4GyH-2345",
"list": [
{
"direction": "IN",
"amount": 10,
"currency": "BTC",
"transactionID": "0xaaa",
"type": "CHAIN_TRANSFER_IN",
"datetime": "2024-01-01 01:11:11",
"counterpartyAccountNo": "0xsss",
"memo": ""
}
]
}
curl --location --request GET 'https://openapi.elven.com/open/v3/transaction/source?page=1&limit=10' \
--header 'ELVEN-API-KEY;' \
--header 'ELVEN-API-TIMESTAMP;' \
--header 'ELVEN-API-SIGN;' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityAccountId": "A6U9PbCi6iOu4HLR0p8cB5kJ9lVae1gM",
"sourceId": "uw5tdTez5AqVfwESl1eUYXDosJPk4GyH-2345",
"list": [
{
"direction": "IN",
"amount": 10,
"currency": "BTC",
"transactionID": "0xaaa",
"type": "CHAIN_TRANSFER_IN",
"datetime": "2024-01-01 01:11:11",
"counterpartyAccountNo": "0xsss",
"memo": ""
}
]
}'
{
"status": "success",
"data": {
"sourceId": 1008,
"entityId": 371,
"type": "API",
"sourceName": "test-sourcename",
"address": "",
"cardNumber": "",
"exchangeUserId": "",
"apiKey": "",
"apiSecret": "",
"entityFileId": 0,
"passphrase": "",
"purpose": "OPERATING",
"platformId": 14,
"transactionOption": null,
"syncLog": "",
"syncStatus": "WAITING",
"transactionCount": 0,
"dateEndpoint": null,
"updatedAt": "2023-09-27T08:32:32.559Z",
"createdAt": "2023-09-27T08:32:32.559Z",
"timeExceeded": false,
"regeneration": false,
"deletedAt": null,
"entityAccount": null
}
}