curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/trading/transactions \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"<string>"
],
"walletIds": [
"<string>"
],
"statuses": [
"<string>"
],
"currencies": [
"<string>"
],
"amounts": [
"<string>"
],
"ledgerRefs": [
"<string>"
],
"companyIds": [
"<string>"
],
"paginationLimit": 123,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"total": 123,
"items": [
{
"id": "TRI-ZTEST-63Q4DZ0KJP",
"status": "<string>",
"method": "<string>",
"sender": {
"type": "ADDRESS",
"value": "ZTEST-11111111",
"addresses": [
"tb1qtx38mjl8gyg9gjk58tw88upytxwyxhmcqsv3le"
]
},
"destination": {
"type": "ADDRESS",
"value": "<string>",
"addresses": [
"tb1qtx38mjl8gyg9gjk58tw88upytxwyxhmcqsv3le"
]
},
"destinations": [
{
"type": "ADDRESS",
"value": "<string>",
"beneficiary": "<string>",
"name": "<string>",
"address": "<string>",
"amount": "<string>",
"substractFee": true
}
],
"currency": "<string>",
"amount": "6,414",
"amountLedger": "641400",
"ledgerRef": "2f6e77f8c4313d0925f71acf19a659398115bdf903e3af06b3b1776e756c096f",
"companyId": "ZTEST",
"venueId": "<string>",
"createdAt": "2021-05-11T04:43:43Z"
}
]
}curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/trading/transactions \
--header 'Content-Type: application/json' \
--header 'X-Signature: <api-key>' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"ids": [
"<string>"
],
"walletIds": [
"<string>"
],
"statuses": [
"<string>"
],
"currencies": [
"<string>"
],
"amounts": [
"<string>"
],
"ledgerRefs": [
"<string>"
],
"companyIds": [
"<string>"
],
"paginationLimit": 123,
"paginationOffset": 123,
"sort": {
"by": "id",
"order": "ASC"
}
}
'{
"total": 123,
"items": [
{
"id": "TRI-ZTEST-63Q4DZ0KJP",
"status": "<string>",
"method": "<string>",
"sender": {
"type": "ADDRESS",
"value": "ZTEST-11111111",
"addresses": [
"tb1qtx38mjl8gyg9gjk58tw88upytxwyxhmcqsv3le"
]
},
"destination": {
"type": "ADDRESS",
"value": "<string>",
"addresses": [
"tb1qtx38mjl8gyg9gjk58tw88upytxwyxhmcqsv3le"
]
},
"destinations": [
{
"type": "ADDRESS",
"value": "<string>",
"beneficiary": "<string>",
"name": "<string>",
"address": "<string>",
"amount": "<string>",
"substractFee": true
}
],
"currency": "<string>",
"amount": "6,414",
"amountLedger": "641400",
"ledgerRef": "2f6e77f8c4313d0925f71acf19a659398115bdf903e3af06b3b1776e756c096f",
"companyId": "ZTEST",
"venueId": "<string>",
"createdAt": "2021-05-11T04:43:43Z"
}
]
}Email of API user submitting the request
"api-maker@zodia.io"
Search by transaction IDs
Search by wallet IDs
Search by transfer status. Refer to section Status Reference for list of statuses
Search by currencies
Search transactions by ledger amounts
Search by transaction hash
Search by company IDs. If you are a venue use this field to filter per client
Number of items in response (default is 10)
Show child attributes