---
title: "Display the specified resource."
method: GET
path: "/api/v2/tron/paymaster/{id}"
tags: ["Tron Paymaster"]
---

# Display the specified resource.

`GET /api/v2/tron/paymaster/{id}`

## Headers

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

## Response `200`

Succesfully parsed paymaster requests

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `data` object
    - `id` string
    - `type` string
    - `status` string
    - `from` string
    - `to` string
    - `contract_address` string
    - `token_id` string
    - `amount` string
    - `url` string
    - `used_credits` string
    - `logs` string[]
    - `created_at` string
    - `updated_at` string

---

[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)
