Skip to main content
GET
/
transaction-statuses
Get Transaction Statuses
curl --request GET \
  --url https://hg.cash/api/v1/transaction-statuses \
  --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "pending", "description": "Transaction is pending processing" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "completed", "description": "Transaction completed successfully" }, { "id": "550e8400-e29b-41d4-a716-446655440002", "name": "failed", "description": "Transaction processing failed" } ] }

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 statuses

success
boolean
Example:

true

data
object[]