# Hambit Web3 Payment API ## API Docs - Payment [Initiate a Payable Consumption](https://docs.hambit.us/initiate-a-payable-consumption-18901595e0.md): This endpoint is used to initiate a payable consumption process, supporting payment on multiple blockchains (Ethereum, BSC, Tron) and tokens (USDT, USDC). It validates the request, processes the payment, and returns a sequence ID and order identifiers. - Dictionary [Query Supported Blockchain Types](https://docs.hambit.us/query-supported-blockchain-types-18901596e0.md): Returns the list of supported blockchain (chain) types for transactions. - Dictionary [Query Supported Consumption Types](https://docs.hambit.us/query-supported-consumption-types-18901597e0.md): Returns the list of supported consumption types for transactions. - Dictionary [Query Supported Pay Modes](https://docs.hambit.us/query-supported-pay-modes-18901598e0.md): Returns the list of supported pay modes for transactions. - Dictionary [Query Supported Token Types](https://docs.hambit.us/query-supported-token-types-18901599e0.md): Returns the list of supported token types for transactions. - Order [Query Order Information](https://docs.hambit.us/query-order-information-18901600e0.md): Merchants can query order information by either the original order ID (ExternalOrderID) or the system order ID (OrderID). Returns order status, payment details, and transaction info. - Wallet [Query Merchant Blockchain Wallet](https://docs.hambit.us/query-merchant-blockchain-wallet-18901601e0.md): Merchants can submit a request to query their own registered blockchain wallet address and its current on-chain balance. The system returns the wallet address and balance for the specified blockchain and token. - PING [Ping](https://docs.hambit.us/ping-18901602e0.md): Ping ## Schemas - Schemas [api.ApiResponse](https://docs.hambit.us/api-apiresponse-7883598d0.md): - Schemas [crypto.RequestConsumePay](https://docs.hambit.us/crypto-requestconsumepay-7883599d0.md): - Schemas [crypto.RequestQueryOrder](https://docs.hambit.us/crypto-requestqueryorder-7883600d0.md): - Schemas [crypto.RequestQueryWallet](https://docs.hambit.us/crypto-requestquerywallet-7883601d0.md): - Schemas [crypto.ResponseConsumePay](https://docs.hambit.us/crypto-responseconsumepay-7883602d0.md): - Schemas [crypto.ResponseQueryChainTypes](https://docs.hambit.us/crypto-responsequerychaintypes-7883603d0.md): - Schemas [crypto.ResponseQueryConsumptionTypes](https://docs.hambit.us/crypto-responsequeryconsumptiontypes-7883604d0.md): - Schemas [crypto.ResponseQueryExecutionTypes](https://docs.hambit.us/crypto-responsequeryexecutiontypes-7883605d0.md): - Schemas [crypto.ResponseQueryOrder](https://docs.hambit.us/crypto-responsequeryorder-7883606d0.md): - Schemas [crypto.ResponseQueryTokenTypes](https://docs.hambit.us/crypto-responsequerytokentypes-7883607d0.md): - Schemas [crypto.ResponseQueryWallet](https://docs.hambit.us/crypto-responsequerywallet-7883608d0.md): - Schemas [crypto.WalletBalance](https://docs.hambit.us/crypto-walletbalance-7883609d0.md): - Schemas [ping.Pong](https://docs.hambit.us/ping-pong-7883610d0.md):