PRISM Transactions - by Volume
Retrieve data for prism transactions - by volume.
GET/3.0/alternate/prism-transactions-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Nov 2023",
"govt_securities": 2000000,
"ibft": 3000000,
"third_party_transfer": 1500000,
"ancillary_clearing": 500000
},
{
"period": "Oct 2023",
"govt_securities": 1900000,
"ibft": 2900000,
"third_party_transfer": 1400000,
"ancillary_clearing": 480000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
govt_securities | numeric | Government Securities |
ibft | numeric | Inter-Bank Fund Transfers |
third_party_transfer | numeric | 3rd Party Customer Transfers |
ancillary_clearing | numeric | Ancillary Clearing Settlement |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET PRISM Transactions - by Volume
curl -X GET "https://csapis.com/3.0/alternate/prism-transactions-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics