LogoLogo
  • GENERAL
    • About Criptan
    • Get started
      • Introduction
      • 1. Activate your account
      • 2. Add funds to your balance
      • 3. Start interacting with the API
    • API
      • Introduction
      • Authentication
        • Auth Transactions and Earn
          • API Reference
        • Auth Business (Criptan Pay)
      • Real-Time API (WebSockets)
        • OHLCV
        • TICKERS
      • Webhooks
        • Transactions and Earn Webhooks
        • Business Webhooks
      • API reference
      • Changelog
    • Developer tools
      • Sandbox
      • Support
      • Feedback
    • Security
  • Transactions
    • General
      • Overview
      • Available exchange
      • Geographic availability
      • Use cases
        • Buy
          • UX example
        • Sell
          • UX example
        • Send crypto
          • UX example
        • Receive crypto
          • UX example
        • Recurring purchases
          • UX example
        • Check history
      • FAQ
    • API Reference
      • Trades
      • Withdrawals
      • Information
  • Earn
    • General
      • Overview
      • Geographic availability
      • Use cases
        • 3, 6, 12 months
          • Make a deposit
            • UX example
          • Set up auto-renew a deposit automatically
            • UX example
        • Flex
          • Make a deposit
            • UX example
          • Make a withdrawal
            • UX example
          • Cancel a withdrawal
            • UX example
          • Set up reinvest or not rewards
            • UX example
        • Flex and 3, 6, 12 months
          • Receiving Rewards
      • FAQ
    • API Reference
  • Business (Criptan Pay)
    • General
      • Business (Criptan Pay)
      • Onboarding
      • Payment Button
      • Charges
      • FAQ
    • API Reference
      • Charge
      • Generate charge receipt
      • Get payment
    • Types CPay definitions
      • BusinessAccount
      • BusinessCharge
Powered by GitBook
On this page
  1. Transactions
  2. API Reference

Information

PreviousWithdrawalsNextGeneral

Last updated 1 year ago

get
Authorizations
Responses
200
Balances
application/json
500
Internal error
application/json
get
GET /transactions/balances HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "BTC": "text",
  "ETH": "text",
  "EUR": "text",
  "LTC": "text",
  "USDC": "text"
}
get
Authorizations
Query parameters
nextstringOptional

token that indicate start transaction

limitstringOptionalDefault: 50
filterstringOptional

List of "BUYS,SELLS,WITHDRAWALS,DEPOSITS,CRIPTAN_CARD,CRIPTAN_EARN,CRIPTAN_FRIENDS,SAVINGS" , separated

typesstringOptional

List of TransactionTypes , separated

currenciesstringOptional

List of Currencies , separated

endDatestringOptional
startDatestringOptional
Responses
200
Transactions
application/json
500Error
application/json
get
GET /transactions/transactions HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "next": "text",
  "count": 1,
  "data": [
    {
      "id": "text",
      "type": "crypto-buy",
      "created": "2025-06-09T04:54:20.456Z",
      "status": "Completada",
      "transactionHash": "text",
      "fromCurrency": "EUR",
      "fromAmount": "text",
      "fromAddress": "text",
      "fromBalance": "text",
      "targetCurrency": "EUR",
      "targetAmount": "text",
      "targerAddress": "text",
      "targerBalance": "text",
      "isInternal": true,
      "fee": "text",
      "commission": "text",
      "price": "text",
      "retention": "text"
    }
  ]
}
get
Authorizations
Path parameters
yearstring ยท min: 1Required
Responses
200
Transactions
application/json
500Error
application/json
get
GET /transactions/reports/taxes/:year HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "success": true
}
  • GET/transactions/balances
  • GET/transactions/transactions
  • GET/transactions/reports/taxes/:year