PRISM Transactions - by Value
Retrieve data for prism transactions - by value.
GET/3.0/alternate/prism-transactions-value
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": 100000000000,
"ibft": 150000000000,
"third_party_transfer": 80000000000,
"ancillary_clearing": 30000000000
},
{
"period": "Oct 2023",
"govt_securities": 95000000000,
"ibft": 145000000000,
"third_party_transfer": 75000000000,
"ancillary_clearing": 28000000000
}
]
}
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 Value
curl -X GET "https://csapis.com/3.0/alternate/prism-transactions-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics