Skip to main content

Endpoints


POST /venue-tx-hashes

Record a transaction hash with venue and action metadata.

Request Body

Response

Success (200)
Error (400)

Example


GET /venue-tx-hashes

Query transaction hashes by address with optional filters.

Query Parameters

Response

Success (200)
success is true only if the number of results matches the requested count.

Example


GET /venue-tx-hashes/verify/:txHash

Verify that a specific transaction hash exists with expected metadata.

Path Parameters

Query Parameters

Response

Found (200)
Not Found (404)

Example

Use Cases

  • Transaction Tracking: Store transaction references for user activity history
  • Verification: Confirm a user completed a specific action on a venue
  • Rewards/Incentives: Verify user actions for reward eligibility