Skip to main content
POST
/
simulations
/
fund_financial_account
Simulate Stablecoin Account Funding
curl --request POST \
  --url https://api.meow.com/v1/simulations/fund_financial_account \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "amount": 10000000
}
'
{
  "financial_account_id": "<string>",
  "amount": "<string>",
  "status": "submitted"
}

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
Required range: 0 < x <= 20000000

Response

Successful Response

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