Skip to main content
POST
Create a headless offramp order

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Headers

Meld-Version
string

Dated API version to use for this request, e.g. 2026-02-03.

Example:

"2026-02-03"

X-Idempotency-Key
string<uuid>

Body

application/json

Request to create a headless offramp order

customerId
string
required

Customer id

Minimum string length: 1
destinationCurrencyCode
string
required

Destination fiat currency code

Minimum string length: 1
Example:

"USD"

fiatPayoutMethod
object
required

Payout method details for how and where the fiat currency will be received

serviceProvider
enum<string>
required

Service provider to use for this offramp order

Available options:
NOAH,
DUENETWORK,
BRALE,
YELLOWCARD
Example:

"NOAH"

sourceAmount
number
required

Source amount in cryptocurrency

Required range: x >= 0
Example:

20000

sourceCurrencyCode
string
required

Source cryptocurrency code

Minimum string length: 1
Example:

"USDC"

sourceWalletAddress
string
required

Source wallet address to send cryptocurrency from

Minimum string length: 1
Example:

"0x000000000000000000000000000000000000dEaD"

externalSubaccountCustomerId
string

Optional external identifier for the sub-account customer this transaction belongs to. Used for tracking when multiple businesses operate under one Meld account. A sub-account customer must be created first before it can be referenced.

subaccountCustomerId
string

Optional Meld customer id used to track the business sub-account this transaction belongs to when multiple businesses operate under one Meld account.

{key}
any

Response

Headless offramp order created

Response containing headless offramp order details

id
string
required

Unique order ID for tracking the offramp order

Minimum string length: 1
paymentMethodType
string
required

Payout method for receiving the converted fiat currency

Minimum string length: 1
Example:

"ACH"

walletAddress
string

Wallet address to send the crypto funds to

Example:

"0x000000000000000000000000000000000000dEaD"