Skip to main content
GET
/
it
/
calculator
/
crypto
/
tax-pnl
Poll Tax P&L Job
curl --request GET \
  --url https://api.sandbox.co.in/it/calculator/crypto/tax-pnl
{
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>",
  "data": {
    "@entity": "<string>",
    "job_id": "<string>",
    "report": "<string>",
    "from": 123,
    "to": 123,
    "status": "<string>",
    "tax_pnl_workbook_url": "<string>"
  }
}

Headers

x-accept-type
string

application/json or application/xlsx

x-api-key
string
x-api-version
string
Authorization
string

Query Parameters

job_id
string

Response

Success

code
integer
timestamp
integer
transaction_id
string
data
object