MyWay
Search
K

Checking Account

This is our smart account where the funds will be held in custody.

Create an Account

post
/api/v1/checking-account

Get detailed Account info

get
/api/v1/checking-account/{id}

Get info from all of your Accounts

get
/api/v1/checking-account

Get balance

get
/api/v1/checking-account/{id}/balance

Withdrawn funds from an Account

post
/api/v1/checking-account/withdraw

Update an Account

patch
/api/v1/checking-account/{id}

Cancel an account

delete
/api/v1/checking-account/{id}