cURL
curl --request GET \ --url https://api.sandbox.external.bnznow.com/marketplace/transactions/{id} \ --header 'x-api-key: <x-api-key>'
{ "id": "<string>", "amount": 123, "type": "buy", "carbon_credits": 123, "timestamp": "<string>" }
Get details of a transaction by ID
API key for authentication
ID of transaction to retrieve
Transaction details response
Transaction ID
Transaction amount in INR
Transaction type
buy
offset
Carbon credits bought or offsetted in tonCO2e
Timestamp of the transaction