Skip to main content
GET
/
marketplace
/
transactions
/
{id}
Get Transaction Details
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>"
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

id
string
required

ID of transaction to retrieve

Response

Transaction details response

id
string

Transaction ID

amount
number

Transaction amount in INR

type
enum<string>

Transaction type

Available options:
buy,
offset
carbon_credits
number

Carbon credits bought or offsetted in tonCO2e

timestamp
string

Timestamp of the transaction