v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Solana wallet endpoints

Retrieve status of a transaction hash

Retrieve status of a transaction hash. Authentication with an API key is required.

get/user/{address}/wallet/solana/status

Path parameters

addressstring required

The address to authenticate

Query parameters

hashstring required

The blockchain hash to query for confirmation

Headers

Authorizationstring required

The JWT access token that authorizes the request

Response

Transaction result

hashstring

Result of a transaction operation

confirmedboolean

Indicates whether the transaction is confirmed on-chain

Example response

[
  {
    "hash": "The Base-58 encoded transaction hash"
  }
]