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

      /limits

      GET
      /limits

      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 '/limits?network' \
      --header 'x-api-key;'

      Responses

      🟢200OK
      application/json
      Limits found.
      Body

      Example
      {
          "concurrentSpends": {
              "limit": 10,
              "currentValue": 5
          },
          "monthlyMojos": {
              "limit": 10,
              "currentValue": 5
          },
          "coinAnnouncementAssertions": {
              "limit": 10,
              "currentValue": 5
          },
          "puzzleAnnouncementAssertions": {
              "limit": 10,
              "currentValue": 5
          },
          "pendingSpendExpirySeconds": {
              "limit": 10,
              "currentValue": 5
          }
      }
      🟠400Bad Request
      🟠403Forbidden
      🟠404Record Not Found
      Modified at 2025-03-26 11:47:19
      Previous
      /payment/token
      Built with