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

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.
resume
object
Totals grouped by transaction type.
# Replace YOUR_JWT_TOKEN with your actual JWT token
curl -X GET "https://staging.bitcoinflash.xyz/api/v1/transactions/resume" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "success": true,
  "resume": {
    "BUY_BITCOIN": 25,
    "SELL_BITCOIN": 25000
  }
}