Skip to main content
GET
/
it
/
calculator
/
pnl
/
crypto
Get P&L Job Status
curl --request GET \
  --url https://api.sandbox.co.in/it/calculator/pnl/crypto \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-version: <x-api-version>'

Headers

x-api-version
string
required

Indicates the version of the API you want to use. Ensures backward-compatible behavior.

x-api-key
string
required

Your API key used to authenticate and authorize the request.

Authorization
string
required

Token for user-level authorization.

Query Parameters

job_id
string
required

Unique identifier of the job whose processing status you want to fetch. Returned in the response when a tax P&L job is created.