SpendBundle
  1. Schemas
SpendBundle
  • /spends
    GET
  • /spends/:id
    DELETE
  • /fees
    POST
  • /singleton
    POST
  • /payment/pay-per-spend
    GET
  • /payment/token
    GET
  • /limits
    GET
  • Schemas
    • Schemas
      • SingletonDto
      • CoinDto
      • CoinSpendDto
      • BadRequestResponseDto
      • SpendBundleDto
      • ForbiddenResponseDto
      • SpendDto
      • SpendsResponseDto
      • SingletonResponseDto
      • FeesResponseDto
      • LimitValueDto
      • LimitsResponseDto
      • NotFoundResponseDto
  1. Schemas

LimitsResponseDto

{
    "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
    }
}
Built with