Skip to main content
POST
Simulate Stablecoin Account Funding

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.

Body

application/json
amount
required

Amount to fund the account with, in dollars.

Required range: 0 < x <= 20000000

Response

Successful Response

amount
string
required

The simulated funding amount, in dollars.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
status
enum<string>
required

The status of the simulated funding.

Available options:
submitted
created_at
string<date-time>
required

When the simulation was submitted.