Monarch Pay API
CtrlK
  • Introduction
  • Get Started
  • Subscriptions
    • Create Subscription
      • POST
      • RETURNS
      • EXAMPLE
    • Update Subscription
      • POST
      • RETURNS
    • Get Subscription
      • POST
      • RETURNS
    • Subscribe to Subscription
      • POST
      • RETURNS
    • Unsubscribe from Subscription
      • POST
      • RETURNS
    • Get Subscribers
      • POST
      • RETURNS
    • Get Subscriber Info
      • POST
      • RETURNS
    • Get Subscription Payments
      • POST
      • RETURNS
  • Merchant
    • Fees
      • Get Fee
        • POST
        • RETURNS
      • Update Fee
        • POST
        • RETURNS
  • Network
    • Get Available Network
      • GET
      • RETURNS
    • Get Available Cryptos
      • GET
      • RETURNS
  • Withdraw
    • Withdraw Coin
      • POST
      • RETURNS
    • Withdraw Token
      • POST
      • RETURNS
  • Types
    • Payments
Powered by GitBook
On this page
  • PATH
  • BODY
  1. Merchant
  2. Fees
  3. Get Fee

POST

PATH

/merchant/fee

BODY

{
  network: string;
  address: string;
}
PreviousGet FeeNextRETURNS

Last updated 1 year ago