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>'Check the processing status of a crypto P&L job.
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>'Indicates the version of the API you want to use. Ensures backward-compatible behavior.
Your API key used to authenticate and authorize the request.
Token for user-level authorization.
Unique identifier of the job whose processing status you want to fetch. Returned in the response when a tax P&L job is created.
Was this page helpful?