Integration
  • Overview
  • Getting Started
  • SDK Integration
    • Standard
    • Advanced
  • Game API
    • Overview
    • Games
    • Collections
    • Tokens
    • Marketplace
    • Transactions
    • Users
  • Misc
    • FAQ
    • Best Practices
    • Staging Environment
    • Account Management
    • Webhooks
    • IAP Setup
      • Android. How to create IAP Vessel Product
        • How to find Product ID
        • How to get Public Key
        • How to setup Google Service Account and get Credentials JSON File
      • iOS. How to create IAP Vessel Product
        • How to find Product ID
Powered by GitBook
On this page

Was this helpful?

  1. Game API

Transactions

PreviousMarketplaceNextUsers

Last updated 2 years ago

Was this helpful?

* is a required field

Transaction Status

Get transaction status by the transaction hash

Returns blockchain transaction status

get
Path parameters
txIdstringRequiredPattern: ^0x[a-fA-F0-9]{64}$
Responses
200
OK
*/*
400
Bad Request
*/*
401
Unauthorized
*/*
403
Forbidden
*/*
404
Not Found
*/*
405
Method Not Allowed
*/*
409
Conflict
*/*
429
Too Many Requests
*/*
500
Internal Server Error
*/*
get
GET /transaction/{txId}/status HTTP/1.1
Host: game-api.openvessel.io
Accept: */*
{
  "response": "PENDING"
}
  • Transaction Status
  • Get transaction status by the transaction hash
  • GETReturns blockchain transaction status