Hambit Web3 Payment API
  1. Dictionary
Hambit Web3 Payment API
  • Payment
    • Initiate a Payable Consumption
      POST
  • Dictionary
    • Query Supported Blockchain Types
      GET
    • Query Supported Consumption Types
      GET
    • Query Supported Pay Modes
      GET
    • Query Supported Token Types
      GET
  • Order
    • Query Order Information
      POST
  • Wallet
    • Query Merchant Blockchain Wallet
      POST
  • PING
    • Ping
      GET
  • Schemas
    • Schemas
      • api.ApiResponse
      • crypto.RequestConsumePay
      • crypto.RequestQueryOrder
      • crypto.RequestQueryWallet
      • crypto.ResponseConsumePay
      • crypto.ResponseQueryChainTypes
      • crypto.ResponseQueryConsumptionTypes
      • crypto.ResponseQueryExecutionTypes
      • crypto.ResponseQueryOrder
      • crypto.ResponseQueryTokenTypes
      • crypto.ResponseQueryWallet
      • crypto.WalletBalance
      • ping.Pong
  1. Dictionary

Query Supported Consumption Types

GET
/crypto/query/consumptionTypes
Returns the list of supported consumption types for transactions.

Request

None

Responses

🟢200OK
application/json
Result structure, data field is the response body
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/crypto/query/consumptionTypes'
Response Response Example
200 - Example 1
{
    "code": "string",
    "data": {
        "consumptionTypes": [
            "payable"
        ]
    },
    "desc": "string",
    "msg": "string",
    "success": true
}
Modified at 2025-07-08 08:04:25
Previous
Query Supported Blockchain Types
Next
Query Supported Pay Modes
Built with