Skip to main content
GET
/
transaction-types
Get Transaction Types
curl --request GET \
  --url https://hg.cash/api/v1/transaction-types \
  --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "name": "transfer", "description": "Bank transfer transaction" }, { "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c9", "name": "payment", "description": "Payment transaction" }, { "id": "6ba7b810-9dad-11d1-80b4-00c04fd430ca", "name": "deposit", "description": "Money deposit transaction" } ] }

Documentation Index

Fetch the complete documentation index at: https://docs.hg.cash/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User API authentication token with format: cash_<64-char-hex>

Example: cash_16cdc3b6f83c72d9d2680adca4f430962981f6bf32613a129dded0aa060387d2

Response

List of transaction types

success
boolean
Example:

true

data
object[]