Get a list of all transactions. Only transactions associated with the calling client are returned. Responses can be filtered by source and destination.
List of Transactions.
The submitted request could not be completed because of an error in the input.
Access prohibited. This typically indicates that the presented credentials were invalid.
No supported media types in the 'accept' request header.
curl -i -X GET \ 'https://sandbox.conduit.financial/transactions?page%5Bsize%5D=20&page%5Bafter%5D=string&page%5Bbefore%5D=string&sort=string' \ -H 'X-API-Key: YOUR_API_KEY_HERE' \ -H 'X-API-Secret: YOUR_API_KEY_HERE'
{- "data": [
- {
- "type": "string",
- "id": "id:trxn:2G6BST3Q0age8uCpYN7vIloQyxT",
- "attributes": {
- "assetType": "asset:eth:USDC",
- "amount": "5000000000",
- "source": "string",
- "destination": "string",
- "effectiveDate": "2019-08-24",
- "quote": "id:quote:2G6BST3Q0age8uCpYN7vIloQyxT",
- "settleAt": "now",
- "status": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "conduit"
}, - "relationships": {
- "source": {
- "data": {
- "type": "allocation",
- "id": "id:allc:2G6BST3Q0age8uCpYN7vIloQyxT"
}
}, - "destination": {
- "data": {
- "type": "allocation",
- "id": "id:allc:2G6BST3Q0age8uCpYN7vIloQyxT"
}
}, - "quote": {
- "data": {
- "type": "allocation",
- "id": "id:allc:2G6BST3Q0age8uCpYN7vIloQyxT"
}
}
}
}
], - "links": {
}
}