Skip to main content
GET
/
api
/
v1
/
transactions
/
remaining
# Replace YOUR_JWT_TOKEN with your actual JWT token
curl -X GET "https://staging.bitcoinflash.xyz/api/v1/transactions/remaining" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "success": true,
  "remaining": 54
}

Documentation Index

Fetch the complete documentation index at: https://docs.bitcoinflash.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Response

success
boolean
true on success.
remaining
number
Remaining transaction capacity expressed as a percentage (0–100).
# Replace YOUR_JWT_TOKEN with your actual JWT token
curl -X GET "https://staging.bitcoinflash.xyz/api/v1/transactions/remaining" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "success": true,
  "remaining": 54
}