Reporting
Send Transaction
GET https://your-api-endpoint
This API endpoint is called by Sigma to retrieve transaction details for NFIU reporting. The endpoint will be called for all transaction IDs provided in the uploaded CSV file. The total number of transaction IDs allowed in the upload is 500. We process this in 5 requests of 100 transaction IDs each. Your endpoint should be able to handle a maximum of 5 requests per second to accommodate this processing rate.
Query Parameters
Comma-separated list of transaction IDs (e.g., "12345,67890,54321")
Example:
"12345,67890,54321"
Response
200
application/json
Transaction details retrieved successfully
Response containing an array of transaction details