---
title: "Get account info"
method: GET
path: "/api/account"
tags: [""]
---

# Get account info

`GET /api/account`

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

## Response `201`

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `data` object
    - `plan` string
    - `is_subscribed` string
    - `is_yearly` integer
    - `ends_at` string
    - `quota_reset` string
    - `status` string
    - `payment_method` string
    - `crypto_payment` object
      - `currency` string
      - `address` string
      - `eur_amount` string
      - `crypto_amount` string
      - `qr_code` string
    - `quotas_left` object
      - `webhooks` integer
      - `addresses` integer
      - `requests` integer
      - `transactions` integer

---

[API](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation.md) · [All operations](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaingateway/chaingateway-api-documentation/revisions/ddb709b4ade7/schema)
