v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Get Token Charges

Get the charges on a pay or kya-pay token as a buyer agent.

get/api/v1/tokens/{tokenId}/charges

Path parameters

tokenIdstring required

The ID of the pay or kya-pay token. This is the value of the jti claim in the token payload.

Response

200

Example response

{
  "data": [
    {
      "tokenId": "5e014586-11af-48f4-94e7-7ad15b97fae7",
      "chargeId": "0.000001",
      "claimId": "2025-07-12T03:24:36.000Z",
      "value": "82e7dded-ca08-445e-ac01-332b61bb49ce",
      "chargedAt": "223bc3eb-9bcb-4e9b-afd6-f26ee0bd3894",
      "settledAt": "2025-07-13T06:00:16.363Z",
      "network": "a4c09eee-8ce8-4cdc-b71c-7c41a904a124",
      "tokenType": "pay"
    }
  ]
}