{"message":"Payment Processor API","version":"1.0.0","endpoints":{"/post_create_order":"POST - Create a new payment order (requires X-API-Key header, order_id, amount, chain, base_currency, and exactly one of symbol or currency)","/get_payment_infos/{payment_id}":"GET - Get payment information by payment ID (requires payment token or X-API-Key)","/get_payout_infos/{payout_id}":"GET - Get payout information by payout ID (requires X-API-Key)","/post_currencies":"POST - Get available cryptocurrencies with live rates (requires X-API-Key)","/get_withdrawable_balance":"GET - Get merchant withdrawable balance for chain+asset (requires X-API-Key, chain, and exactly one of symbol or currency)","/post_create_withdrawal":"POST - Create a client withdrawal request (requires X-API-Key header, order_id, amount, address_to, chain, base_currency, and exactly one of symbol or currency)"}}