Celeriz
  1. OFFRAMP
Celeriz
  • USER
    • Coins
      GET
    • Chains
      GET
    • Fiat
      GET
  • KYC
    • Get KYC url
      POST
    • Check KYC status
      POST
    • KYC requirements
      POST
  • BANK
    • Add fiat account API
      POST
    • List fiat accounts
      POST
  • ONRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all transaction
      POST
    • Get all transaction
      POST
  • OFFRAMP
    • Quote
      POST
    • Create transaction
      POST
    • Get transaction
      POST
    • Get user all Transaction
      POST
    • Get all Transaction
      POST
  • Virtual Accounts
  • Cards
  • SetWebhookUrl
    POST
  1. OFFRAMP

Get user all Transaction

POST
/onramp/api/v2/whiteLabel/offramp/allUserTransaction
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/onramp/api/v2/whiteLabel/offramp/allUserTransaction' \
--data-urlencode 'customerId=' \
--data-urlencode 'page=1' \
--data-urlencode 'pageSize=20'
Response Response Example
200 - 200 OK
{
    "status": 1,
    "code": 200,
    "data": [
        {
            "transactionId": "437",
            "createdAt": "2023-11-24T13:22:35.000Z",
            "fromAmount": "20",
            "toAmount": null,
            "fromCurrency": "usdt",
            "toCurrency": "INR",
            "chain": "bep20",
            "fiatAccountId": "1",
            "status": "0"
        },
        {
            "transactionId": "436",
            "createdAt": "2023-11-24T13:19:58.000Z",
            "fromAmount": "20",
            "toAmount": null,
            "fromCurrency": "usdc",
            "toCurrency": "INR",
            "chain": "matic20",
            "fiatAccountId": "1",
            "status": "0"
        }
    ]
}

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200200 OK
application/json
Body

🟠400400 Missing Parameters
Modified at 2025-07-17 16:42:00
Previous
Get transaction
Next
Get all Transaction
Built with