Appearance
Access & API keys
Contact Xash support to request access to Taura Xashpay.
Sign in to the panel
If you already have access, sign in at:
text
https://taura.xashpay.comUse the panel to create API keys, check your wallet balance, and review top-ups.
Create an API key
- Open Profile & API Keys.
- Create a token.
- Copy and store it securely. The full token is shown once.
Revoke a token if it is lost or exposed, then create a replacement.
Use the API key
Send the token with every API request:
http
Accept: application/json
Content-Type: application/json
Authorization: Bearer TOKENKeep the token on your server. Do not commit it to source control or include it in browser or mobile application code.
dotenv
TAURA_API_BASE=https://taura.xashpay.com/api/v1
TAURA_API_TOKEN=your_token_hereFund your wallet
Contact Xash support for funding instructions. Check your available UNITS in the panel or with GET /api/v1/wallet/balance.
Get help
Contact Xash support if you cannot sign in, an API key is rejected, or a wallet balance needs attention.
Next: read the API overview for the endpoint list and request format.