Checking Account
This is our smart account where the funds will be held in custody.
post
/api/v1/checking-account
get
/api/v1/checking-account/{id}
get
/api/v1/checking-account
get
/api/v1/checking-account/{id}/balance
post
/api/v1/checking-account/withdraw
patch
/api/v1/checking-account/{id}
delete
/api/v1/checking-account/{id}
Last modified 5mo ago