Transactions
Transaction Status by ID
Retrieves the status of a transaction by its id returned from the APIs that change the state of blockchain (e.g. /tokens/transfer)
Headers
Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
transaction id returned in POST requests that result in a transaction. e.g. Transfer Token
Response
200
application/json
The response is of type object
.