Skip to main content
GET
/
v1
/
gst
/
tax-payer
/
ledgers
/
balance
Cash Itc Balance
curl --request GET \
  --url https://production.deepvue.tech/v1/gst/tax-payer/ledgers/balance \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "cash_bal": {
      "sgst": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123
      },
      "cgst": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123
      },
      "igst": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123
      },
      "cess": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123
      },
      "sgst_tot_bal": 123,
      "igst_tot_bal": 123
    },
    "itc_bal": {
      "cgst_bal": 123,
      "igst_bal": 123,
      "sgst_bal": 123,
      "cess_bal": 123
    },
    "itc_blck_bal": {
      "cgst_blck_bal": 123,
      "igst_blck_bal": 123,
      "sgst_blck_bal": 123,
      "cess_blck_bal": 123
    },
    "gstin": "<string>"
  },
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>"
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

gstin_number
string
required
year
string
required
month
string
required

Response

Successful Response

data
ItcBalData · object
required
code
integer
required
timestamp
integer
required
transaction_id
string
required