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

SpendsResponseDto

{
    "spends": [
        {
            "id": "string",
            "userId": "string",
            "network": "mainnet",
            "type": "fees",
            "state": "pending",
            "fees": 0,
            "coins": [
                "string"
            ]
        }
    ]
}
Built with