Skip to main content
POST
Create Liquidation Address

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the account.

Body

application/json
chain
enum<string>
required

Blockchain network where you want to receive funds.

Available options:
arbitrum,
avalanche_c_chain,
base,
ethereum,
optimism,
polygon,
solana,
stellar,
sui,
tempo,
tron,
xdc,
ach,
ach_push,
ach_same_day,
fednow,
wire
Example:

"ethereum"

currency
enum<string>
required

Cryptocurrency you want to receive at this address.

Available options:
usdb,
usdc,
usdt,
dai,
pyusd,
cash,
usdg,
usdv,
eurc,
usd,
path_usd
Example:

"usdc"

Response

Successful Response

address
string
required

Blockchain address to use when depositing the selected cryptocurrency into this account.

Example:

"0x0000000000000000000000000000000000000001"

chain
enum<string>
required

Blockchain network for this deposit address.

Available options:
arbitrum,
avalanche_c_chain,
base,
ethereum,
optimism,
polygon,
solana,
stellar,
sui,
tempo,
tron,
xdc,
ach,
ach_push,
ach_same_day,
fednow,
wire
Example:

"ethereum"

currency
enum<string>
required

Cryptocurrency accepted by this deposit address.

Available options:
usdb,
usdc,
usdt,
dai,
pyusd,
cash,
usdg,
usdv,
eurc,
usd,
path_usd
Example:

"usdc"