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
Example response
[
{
"hash": "The Base-58 encoded transaction hash"
}
]