SpendBundle
    SpendBundle
    • /spends
      GET
    • /spends/:id
      DELETE
    • /fees
      POST
    • /singleton
      POST
    • /payment/pay-per-spend
      GET
    • /payment/token
      GET
    • /limits
      GET

      /spends

      GET
      /spends

      Request

      Query Params

      Header Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/spends?network&state' \
      --header 'x-api-key;'

      Responses

      🟢200OK
      application/json
      Spends found.
      Body

      Example
      {
          "spends": [
              {
                  "id": "string",
                  "userId": "string",
                  "network": "mainnet",
                  "type": "fees",
                  "state": "pending",
                  "fees": 0,
                  "coins": [
                      "string"
                  ]
              }
          ]
      }
      🟠400Bad Request
      🟠403Forbidden
      🟠404Record Not Found
      Modified at 2025-03-26 11:47:19
      Next
      /spends/:id
      Built with