${accountName}

post
Authorizations
Path parameters
accountNamestringRequired
Header parameters
AuthorizationstringRequired
Body

Represents the input for a transaction in the OnRamper system.

originatingHoststringRequired

The originating host of the transaction.

partnerContextstringRequired

The context provided by the partner.

uuidstringRequired

The unique identifier for the transaction.

networkstringRequired

The network used for the transaction.

paymentMethodstringRequired

The payment method used for the transaction.

typestringRequired

The type of transaction.

amountnumber · doubleRequired

The amount involved in the transaction.

destinationstringRequired

The destination of the transaction.

sourcestringRequired

The source of the transaction.

onrampstringRequired

The onramp service used for the transaction.

Responses
200
Ok
application/json
Responseany
post
POST //onramper/fund/${accountName} HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 488

{
  "supportedParams": {
    "partnerData": {
      "redirectUrl": {
        "success": "text"
      }
    },
    "theme": {
      "borderRadius": 1,
      "cardColor": "text",
      "secondaryTextColor": "text",
      "primaryTextColor": "text",
      "secondaryColor": "text",
      "primaryColor": "text",
      "themeName": "text",
      "isDark": true
    }
  },
  "wallet": {
    "address": "text"
  },
  "metaData": {
    "quoteId": "text"
  },
  "originatingHost": "text",
  "partnerContext": "text",
  "uuid": "text",
  "network": "text",
  "paymentMethod": "text",
  "type": "text",
  "amount": 1,
  "destination": "text",
  "source": "text",
  "onramp": "text"
}
200

Ok

No content